Module: Google::Cloud::StorageTransfer::V1::S3CompatibleMetadata::AuthMethod
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
The authentication and authorization method used by the storage service.
Constant Summary collapse
- AUTH_METHOD_UNSPECIFIED =
AuthMethod is not specified.
0
- AUTH_METHOD_AWS_SIGNATURE_V4 =
Auth requests with AWS SigV4.
1
- AUTH_METHOD_AWS_SIGNATURE_V2 =
Auth requests with AWS SigV2.
2