modal
    Preparing search index...

    Class CloudBucketMount

    Cloud Bucket Mounts provide access to cloud storage buckets within Modal Functions.

    Index

    Constructors

    • Parameters

      • bucketName: string
      • options: {
            bucketEndpointUrl?: string;
            keyPrefix?: string;
            oidcAuthRoleArn?: string;
            readOnly?: boolean;
            requesterPays?: boolean;
            secret?: Secret;
        } = {}

      Returns CloudBucketMount

    Properties

    bucketEndpointUrl?: string
    bucketName: string
    keyPrefix?: string
    oidcAuthRoleArn?: string
    readOnly: boolean
    requesterPays: boolean
    secret?: Secret