Update gcp_storage_object.py

Documentation clarification on the source and destination specifying that they have to be urlencoded.
This commit is contained in:
Jeff Parker 2020-03-05 12:35:38 -06:00 committed by GitHub
parent d1e68460a8
commit bc364a6ac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,12 +43,12 @@ options:
- delete
src:
description:
- Source location of file (may be local machine or cloud depending on action).
- Source location of file (may be local machine or cloud depending on action). Cloud locations need to be urlencoded including slashes.
required: false
type: path
dest:
description:
- Destination location of file (may be local machine or cloud depending on action).
- Destination location of file (may be local machine or cloud depending on action). Cloud location need to be urlencoded including slashes.
required: false
type: path
bucket: