We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create service account in the Console on play.min.io, download credentials.json, expect URL to show play.min.io.
JSON contains: {"url":"https://play.min.io:9443",
{"url":"https://play.min.io:9443",
JSON contains: {"url":"https://127.0.0.1:9000",
{"url":"https://127.0.0.1:9000",
On play.min.io, create a new user, give it readonly and readwrite policies, then create access key, and download JSON:
readonly
readwrite
{"url":"https://127.0.0.1:9000","accessKey":"...","secretKey":"...","api":"s3v4","path":"auto"}
Alias will not work correctly if this JSON is imported with mc alias import
mc alias import
Not sure
play.min.io
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create service account in the Console on play.min.io, download credentials.json, expect URL to show play.min.io.
Expected Behavior
JSON contains:
{"url":"https://play.min.io:9443",
Current Behavior
JSON contains:
{"url":"https://127.0.0.1:9000",
Steps to Reproduce (for bugs)
On play.min.io, create a new user, give it
readonly
andreadwrite
policies, then create access key, and download JSON:{"url":"https://127.0.0.1:9000","accessKey":"...","secretKey":"...","api":"s3v4","path":"auto"}
Context
Alias will not work correctly if this JSON is imported with
mc alias import
Regression
Not sure
Your Environment
play.min.io
The text was updated successfully, but these errors were encountered: