Class AwsS3CompatibleData
An AwsS3CompatibleData resource.
Implements
Inherited Members
Namespace: Google.Apis.Storagetransfer.v1.Data
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class AwsS3CompatibleData : IDirectResponseSchema
Properties
BucketName
Required. Specifies the name of the bucket.
Declaration
[JsonProperty("bucketName")]
public virtual string BucketName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Endpoint
Required. Specifies the endpoint of the storage service.
Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
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 '/'.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Region
Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type | Description |
---|---|
string |
S3Metadata
A S3 compatible metadata.
Declaration
[JsonProperty("s3Metadata")]
public virtual S3CompatibleMetadata S3Metadata { get; set; }
Property Value
Type | Description |
---|---|
S3CompatibleMetadata |