2016/11/22 - Amazon Simple Storage Service - 1 updated api methods
Changes Update s3 client to latest version
{'RestoreRequest': {'GlacierJobParameters': {'Tier': 'Standard | Bulk | ' 'Expedited'}}}
Restores an archived copy of an object back into Amazon S3
Request Syntax
client.restore_object( Bucket='string', Key='string', VersionId='string', RestoreRequest={ 'Days': 123, 'GlacierJobParameters': { 'Tier': 'Standard'|'Bulk'|'Expedited' } }, RequestPayer='requester' )
string
[REQUIRED]
string
[REQUIRED]
string
dict
Days (integer) -- [REQUIRED] Lifetime of the active copy in days
GlacierJobParameters (dict) -- Glacier related prameters pertaining to this job.
Tier (string) -- [REQUIRED] Glacier retrieval tier at which the restore will be processed.
string
Confirms that the requester knows that she or he will be charged for the request. Bucket owners need not specify this parameter in their requests. Documentation on downloading objects from requester pays buckets can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
dict
Response Syntax
{ 'RequestCharged': 'requester' }
Response Structure
(dict) --
RequestCharged (string) -- If present, indicates that the requester was successfully charged for the request.