Skip to content

Commit

Permalink
Update S3/S3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Sep 27, 2023
1 parent c4954e3 commit e3ad689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S3/S3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,6 @@ def set_versioning(self, uri, enabled):
body += '</VersioningConfiguration>'
debug(u"set_versioning(%s)" % body)
headers['content-md5'] = generate_content_md5(body)

request = self.create_request("BUCKET_CREATE", uri = uri,
headers = headers, body = body,
uri_params = {'versioning': None})
Expand Down

0 comments on commit e3ad689

Please sign in to comment.