interface ScalewayS3BackendConfig {
    bucketName?: string;
    bucketRegion?: string;
    isWebsite?: boolean;
}

Properties

bucketName?: string

Name of the Bucket.

bucketRegion?: string

Region of the Bucket.

isWebsite?: boolean

Defines whether the bucket website feature is enabled.