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
s3-credentials list-bucket --urls
When debugging this:
s3-credentials create name-of-bucket --create-bucket --public
I realized a --urls option would be useful.
--urls
The text was updated successfully, but these errors were encountered:
Demo:
s3-credentials list-bucket simonw-test-public-access2 --urls
[ { "Key": "black_and_white_spotted_chicken,_realistic_photo,_garden.png", "LastModified": "2024-04-05 04:51:08+00:00", "ETag": "\"9c17375a332ce1891c78dc383e030d1c\"", "Size": 583599, "StorageClass": "STANDARD", "URL": "https://s3.amazonaws.com/simonw-test-public-access2/black_and_white_spotted_chicken,_realistic_photo,_garden.png" }, { "Key": "chicken.png", "LastModified": "2024-04-05 04:56:52+00:00", "ETag": "\"9c17375a332ce1891c78dc383e030d1c\"", "Size": 583599, "StorageClass": "STANDARD", "URL": "https://s3.amazonaws.com/simonw-test-public-access2/chicken.png" } ]
Sorry, something went wrong.
6b0bfe7
Release 0.16
73889b9
Refs #86, #88, #89, #90
No branches or pull requests
When debugging this:
s3-credentials create name-of-bucket --create-bucket --public
fails with error #88I realized a
--urls
option would be useful.The text was updated successfully, but these errors were encountered: