-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 restore additions #408
S3 restore additions #408
Conversation
⛵ |
an Amazon S3 bucket, determine if a restoration is on-going, and determine if a | ||
restoration is finished. | ||
|
||
.. code-block:: python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be an empty line here, to make it a valid REST syntax.
🚢 after adding the blank line in the documentation (otherwise doc parser will generate an error). |
5be3326
to
f587dda
Compare
|
9b85fd9
to
d478b78
Compare
@jamesls I would be fine with doc8 being added as a check in Travis. |
Fixes #380
It adds a
start_restore()
onObject
andObjectSummary
resources. Note that the method is not calledrestore()
because theObject
resource already has arestore
attribute.cc @jamesls @mtdowling @rayluo @JordonPhillips