Skip to content
This repository has been archived by the owner on Nov 4, 2018. It is now read-only.

Commit

Permalink
Less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
robd003 committed Dec 30, 2013
1 parent 40deabb commit 2d1ac81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions s3cmd
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,8 @@ def cmd_object_restore(args):

uri = S3Uri(item['object_uri_str'])
if not item['object_uri_str'].endswith("/"):
output(u"Restoring obj: %s" % item['object_uri_str'])
response = s3.object_restore(S3Uri(item['object_uri_str']))
output(u"File %s restored" % item['object_uri_str'])
output(u"File %s restoration started" % item['object_uri_str'])
else:
debug(u"Skipping directory since only files may be restored")

Expand Down

0 comments on commit 2d1ac81

Please sign in to comment.