Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsS3CompatibleData

import type { AwsS3CompatibleData } from "https://googleapis.deno.dev/v1/storagetransfer:v1.ts";

An AwsS3CompatibleData resource.

interface AwsS3CompatibleData {
bucketName?: string;
endpoint?: string;
path?: string;
region?: string;
s3Metadata?: S3CompatibleMetadata;
}

§Properties

§
bucketName?: string
[src]

Required. Specifies the name of the bucket.

§
endpoint?: string
[src]

Required. Specifies the endpoint of the storage service.

§
path?: string
[src]

Specifies the root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.

§
region?: string
[src]

Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.

§

A S3 compatible metadata.