You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auth-mode: The mode in which to run the command. "login" mode will directly use your login credentials for the authentication. The legacy "key" mode will attempt to query for an account key if no authentication parameters for the account are provided. Allowed values: key, login.
fail-on-exist: Throw an exception if the container already exists.
metadata: Metadata in space-separated key=value pairs. This overwrites any existing metadata.
public-access: Specifies whether data in the container may be accessed publicly. Allowed values: blob, container, off.
The text was updated successfully, but these errors were encountered:
At startup it would be good to create containers. We could do that using a set of properties:
And then be able to set some properties:
Where:
auth-mode
: The mode in which to run the command. "login" mode will directly use your login credentials for the authentication. The legacy "key" mode will attempt to query for an account key if no authentication parameters for the account are provided. Allowed values:key
,login
.fail-on-exist
: Throw an exception if the container already exists.metadata
: Metadata in space-separated key=value pairs. This overwrites any existing metadata.public-access
: Specifies whether data in the container may be accessed publicly. Allowed values:blob
,container
,off
.The text was updated successfully, but these errors were encountered: