Skip to content

Commit 8089312

Browse files
authored
Update presigned_url.py
1 parent e431c1b commit 8089312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/example_code/s3/s3_basics/presigned_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def usage_demo():
8686
)
8787

8888
if response is not None:
89-
print(f"Status: {response.status_code}")
89+
print(f"Status: {response.status_code}\nReason: {response.reason}")
9090

9191
print("-" * 88)
9292

0 commit comments

Comments
 (0)