Skip to content

Commit

Permalink
Update docs/source/guide/s3-presigned-urls.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt authored Oct 1, 2024
1 parent d2a0bea commit 1d60325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guide/s3-presigned-urls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ perform a GET request.
import requests # To install: pip install requests
url = create_presigned_url('amzn-s3-demo-bucket ', 'OBJECT_NAME')
url = create_presigned_url('amzn-s3-demo-bucket', 'OBJECT_NAME')
if url is not None:
response = requests.get(url)
Expand Down

0 comments on commit 1d60325

Please sign in to comment.