internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaSessionParamsBeta

    type IaSessionParams = {
        accessKey: string;
        secretKey: string;
    }
    Index

    Properties

    Properties

    accessKey: string

    IA-S3 accessKey to use when making the given request.

    secretKey: string

    IA-S3 secretKey to use when making the given request.