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
... or at least enumeration of keys in a bucket.
I have a BOSH release that currently uses the python AWS CLI to clear out a bucket before removing it (in part of a test suite cleanup routine):
aws s3 rm --recursive s3://$BUCKET
It would awesome if I could replace that with a go s3 multitool that could be easily packaged...
The text was updated successfully, but these errors were encountered:
6a4bd17
jhunt
No branches or pull requests
... or at least enumeration of keys in a bucket.
I have a BOSH release that currently uses the python AWS CLI to clear out a bucket before removing it (in part of a test suite cleanup routine):
It would awesome if I could replace that with a go s3 multitool that could be easily packaged...
The text was updated successfully, but these errors were encountered: