Skip to content

Commit 86604ad

Browse files
author
Harshavardhana
committed
Merge pull request #288 from minio/koolhead17-patch-1
Update stat_object.py
2 parents e7f8fc1 + 2a514dc commit 86604ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/stat_object.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
access_key='YOUR-ACCESSKEYID',
2424
secret_key='YOUR-SECRETACCESSKEY')
2525

26-
# Remove a bucket
26+
# Getting detailed stats on your object.
2727
client.stat_object('my-bucket', 'my_key')
28+
print client.stat_object('my-bucket', 'my_key')

0 commit comments

Comments
 (0)