Module: Google::Cloud::StorageTransfer::V1::S3CompatibleMetadata::RequestModel
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
The request model of the API.
Constant Summary collapse
- REQUEST_MODEL_UNSPECIFIED =
RequestModel is not specified.
0
- REQUEST_MODEL_VIRTUAL_HOSTED_STYLE =
Perform requests using Virtual Hosted Style. Example: https://bucket-name.s3.region.amazonaws.com/key-name
1
- REQUEST_MODEL_PATH_STYLE =
Perform requests using Path Style. Example: https://s3.region.amazonaws.com/bucket-name/key-name
2