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

    Interface EndpointSpec_VolumeMount_S3Config

    Config for accessing an external S3-compatible storage.

    The bucket name is specified in the source field as an S3 URI.

    interface EndpointSpec_VolumeMount_S3Config {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.ai.v1.EndpointSpec.VolumeMount.S3Config";
        auth?:
            | {
                $case: "credentials";
                credentials: EndpointSpec_VolumeMount_S3Config_S3Credentials;
            }
            | {
                $case: "mysteryboxSecret";
                mysteryboxSecret: EndpointSpec_VolumeMount_S3Config_MysteryBoxSecretRef;
            };
        endpoint: string;
        region: string;
        [key: symbol]: Uint8Array<ArrayBufferLike>
        | (() => unknown)
        | undefined;
    }

    Indexable

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

      Config for accessing an external S3-compatible storage.

      The bucket name is specified in the source field as an S3 URI.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Config for accessing an external S3-compatible storage.

            The bucket name is specified in the source field as an S3 URI.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.ai.v1.EndpointSpec.VolumeMount.S3Config"

    Contains the fully qualified protobuf type name.

    auth?:
        | {
            $case: "credentials";
            credentials: EndpointSpec_VolumeMount_S3Config_S3Credentials;
        }
        | {
            $case: "mysteryboxSecret";
            mysteryboxSecret: EndpointSpec_VolumeMount_S3Config_MysteryBoxSecretRef;
        }

    Authentication method.

    Type Declaration

    endpoint: string

    S3-compatible endpoint URL (e.g. "https://s3.amazonaws.com").

    region: string

    S3 region.