Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.59 KB | None | 0 0
  1. response = client.get_object(
  2.     Bucket='string',
  3.     IfMatch='string',
  4.     IfModifiedSince=datetime(2015, 1, 1),
  5.     IfNoneMatch='string',
  6.     IfUnmodifiedSince=datetime(2015, 1, 1),
  7.     Key='string',
  8.     Range='string',
  9.     ResponseCacheControl='string',
  10.     ResponseContentDisposition='string',
  11.     ResponseContentEncoding='string',
  12.     ResponseContentLanguage='string',
  13.     ResponseContentType='string',
  14.     ResponseExpires=datetime(2015, 1, 1),
  15.     VersionId='string',
  16.     SSECustomerAlgorithm='string',
  17.     SSECustomerKey='string',
  18.     RequestPayer='requester',
  19.     PartNumber=123
  20. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement