authMethod property

String? authMethod
getter/setter pair

Specifies the authentication and authorization method used by the storage service.

When not specified, Transfer Service will attempt to determine right auth method to use. Possible string values are:

  • "AUTH_METHOD_UNSPECIFIED" : AuthMethod is not specified.
  • "AUTH_METHOD_AWS_SIGNATURE_V4" : Auth requests with AWS SigV4.
  • "AUTH_METHOD_AWS_SIGNATURE_V2" : Auth requests with AWS SigV2.

Implementation

core.String? authMethod;