evroc storage bucket get-s3-credentials
Get S3 credentials
Synopsis
Get S3 credentials
evroc storage bucket get-s3-credentials [flags]
Examples
# Get S3 credentials for the currently logged in user valid for buckets in the
# current resource group Writes the credentials to a file specified in the
# output argument with the current context as the profile name
evroc storage bucket get-s3-credentials
# Gets and prints S3 credentials for the service account specified for buckets
# in the current resource group
evroc storage bucket get-s3-credentials -n accountName
		
Options
  -h, --help             help for get-s3-credentials
      --path string      Path to the S3 credentials file (default "~/.evroc/credentials.ini")
  -n, --sa-name string   ServiceAccount name
Options inherited from parent commands
      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")
      --force-yes       Overrides confirmation prompts on destructive actions - use with caution
      --json            JSON output
SEE ALSO
- evroc storage bucket - Bucket management commands