Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -270,12 +270,12 @@ RETURN = '''
msg:
description: msg indicating the status of the operation
returned: always
type: string
type: str
sample: PUT operation complete
url:
description: url of the object
returned: (for put and geturl operations)
type: string
type: str
sample: https://my-bucket.s3.amazonaws.com/my-key.txt?AWSAccessKeyId=<access-key>&Expires=1506888865&Signature=<signature>
expiry:
description: number of seconds the presigned url is valid for
@ -285,7 +285,7 @@ expiry:
contents:
description: contents of the object as string
returned: (for getstr operation)
type: string
type: str
sample: "Hello, world!"
s3_keys:
description: list of object keys