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

bug or other in project #4

Open
dgaedcke opened this issue Feb 17, 2017 · 1 comment
Open

bug or other in project #4

dgaedcke opened this issue Feb 17, 2017 · 1 comment

Comments

@dgaedcke
Copy link

inside of:
# The boto-specific methods.
def bucket_exists(self, bucket_name):

I had to change this:
self.s3.meta.client.head_bucket(Bucket=bucket_name)
to this:
self.s3.meta.get("client", None).head_bucket(Bucket=bucket_name)
to get it to work....
it was throwing error: "dictionary object has no property "client"
I assume I have something wrong but dont' know what.
Can someone tell me why I seem alone in hitting this issue?

@smirs
Copy link

smirs commented Apr 11, 2017

The only thing that I can tell is that I am experiencing a similar issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants