Class: Google::Cloud::StorageTransfer::V1::AwsS3CompatibleData

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storagetransfer/v1/transfer_types.rb

Overview

An AwsS3CompatibleData resource.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name::String

Returns Required. Specifies the name of the bucket.

Returns:

  • (::String)

    Required. Specifies the name of the bucket.



452
453
454
455
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 452

class AwsS3CompatibleData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#endpoint::String

Returns Required. Specifies the endpoint of the storage service.

Returns:

  • (::String)

    Required. Specifies the endpoint of the storage service.



452
453
454
455
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 452

class AwsS3CompatibleData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#path::String

Returns 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 '/'.

Returns:

  • (::String)

    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 '/'.



452
453
454
455
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 452

class AwsS3CompatibleData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#region::String

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

Returns:

  • (::String)

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



452
453
454
455
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 452

class AwsS3CompatibleData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#s3_metadata::Google::Cloud::StorageTransfer::V1::S3CompatibleMetadata

Returns A S3 compatible metadata.

Returns:



452
453
454
455
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 452

class AwsS3CompatibleData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end