-
Notifications
You must be signed in to change notification settings - Fork 264
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
Unable to find S3 information #57
Comments
Is your current region, the one in which the buckets are ? Since 5bfa794 we only fetch the buckets (and the related objects) that are in the current region. This is not the behaviour of aws CLI. |
That's strange. |
Yes, almost same result - the OWNER is also listed using
|
I guess this is also of interest:
Maybe 5bfa794#diff-e756db2d4011e6ff8d99cff1d90ad3aaR233 needs to include "" or nil? Edit: guess it's a bit more complicated. According to http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETlocation.html you need to consider the following value: |
Thanks for pointing the bug. It should be that. Could you test if ecfddff fix that ? |
Bingo! This seems to have fixed it. Thank you.
|
Great, thanks for finding the source of the bug. |
Using rev
bacfbc163e1574055d38bc3d5f4e13cd3163c484
, awless does not seem to find any S3 objects in my account. awscli and awless use the same access_key/secret_key/region:The text was updated successfully, but these errors were encountered: