Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class AuthMethod.
The authentication and authorization method used by the storage service.
Protobuf type google.storagetransfer.v1.S3CompatibleMetadata.AuthMethod
Namespace
Google \ Cloud \ StorageTransfer \ V1 \ S3CompatibleMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AUTH_METHOD_UNSPECIFIED
Value: 0AuthMethod is not specified.
Generated from protobuf enum AUTH_METHOD_UNSPECIFIED = 0;
AUTH_METHOD_AWS_SIGNATURE_V4
Value: 1Auth requests with AWS SigV4.
Generated from protobuf enum AUTH_METHOD_AWS_SIGNATURE_V4 = 1;
AUTH_METHOD_AWS_SIGNATURE_V2
Value: 2Auth requests with AWS SigV2.
Generated from protobuf enum AUTH_METHOD_AWS_SIGNATURE_V2 = 2;