Closed pbnj closed 7 years ago
Hey Peter,
It doesn't need the AWS access keys to enumerate buckets. It is needed for other features like uploading files to a bucket, listing ACLs, configs, etc. I don't use curl to enumerate buckets but it does make a GET request to https://
If you know a way to do all of this below without the need of using the awscli, please let me know. It would be even better to have the tool run without people needing to install and configure awscli but I'm not sure if it's possible for now.
Hi @JR0ch17 ,
Why does this tool need AWS CLI and AWS API access keys in order to enumerate buckets?
Here is what I'm trying to get at:
I would think if you're truly trying to enumerate buckets, you would just try to loop over a list of names and curl
https://<bucket-name>.s3.amazonaws.com
, or am I missing something?