Skip to content

bug or other in project #4

@dgaedcke

Description

@dgaedcke

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions