Skip to content
New issue

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 option #89

Closed
simonw opened this issue Apr 5, 2024 · 1 comment
Closed

s3-credentials list-bucket --urls option #89

simonw opened this issue Apr 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Apr 5, 2024

When debugging this:

I realized a --urls option would be useful.

@simonw simonw added the enhancement New feature or request label Apr 5, 2024
@simonw
Copy link
Owner Author

simonw commented Apr 5, 2024

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"
  }
]

@simonw simonw closed this as completed in 6b0bfe7 Apr 5, 2024
simonw added a commit that referenced this issue Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant