Struct google_storagetransfer1::AwsS3Data[][src]

pub struct AwsS3Data {
    pub aws_access_key: Option<AwsAccessKey>,
    pub bucket_name: Option<String>,
}

An AwsS3Data can be a data source, but not a data sink. In an AwsS3Data, an object's name is the S3 object's key name.

This type is not used in any activity, and only used as part of another schema.

Fields

AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key. Required.

S3 Bucket name (see Creating a bucket). Required.

Trait Implementations

impl Default for AwsS3Data
[src]

Returns the "default value" for a type. Read more

impl Clone for AwsS3Data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AwsS3Data
[src]

Formats the value using the given formatter. Read more

impl Part for AwsS3Data
[src]

Auto Trait Implementations

impl Send for AwsS3Data

impl Sync for AwsS3Data