Databricks SDK for JavaScript
    Preparing search index...

    R2 temporary credentials for API authentication. Read more at https://developers.cloudflare.com/r2/api/s3/tokens/.

    interface R2Credentials {
        accessKeyId?: string;
        secretAccessKey?: string;
        sessionToken?: string;
    }
    Index

    Properties

    accessKeyId?: string

    The access key ID that identifies the temporary credentials.

    secretAccessKey?: string

    The secret access key associated with the access key.

    sessionToken?: string

    The generated JWT that users must pass to use the temporary credentials.