@nebius/js-sdk - v0.2.3
    Preparing search index...

    Interface EndpointSpec_VolumeMount_S3Config_S3Credentials

    Inline S3 credentials.

    interface EndpointSpec_VolumeMount_S3Config_S3Credentials {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.ai.v1.EndpointSpec.VolumeMount.S3Config.S3Credentials";
        accessKeyId: string;
        secretAccessKey: string;
        sessionToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.ai.v1.EndpointSpec.VolumeMount.S3Config.S3Credentials"
    accessKeyId: string

    Access key ID.

    secretAccessKey: string

    Secret access key.

    sessionToken: string

    Session token (optional, for temporary credentials).