mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10:27 -07:00
Update gcp_storage_object.py
Documentation clarification on the source and destination specifying that they have to be urlencoded.
This commit is contained in:
parent
d1e68460a8
commit
bc364a6ac7
1 changed files with 2 additions and 2 deletions
|
@ -43,12 +43,12 @@ options:
|
||||||
- delete
|
- delete
|
||||||
src:
|
src:
|
||||||
description:
|
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
|
required: false
|
||||||
type: path
|
type: path
|
||||||
dest:
|
dest:
|
||||||
description:
|
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
|
required: false
|
||||||
type: path
|
type: path
|
||||||
bucket:
|
bucket:
|
||||||
|
|
Loading…
Add table
Reference in a new issue