mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-05-23 22:50:18 +02:00
11 lines
434 B
Plaintext
11 lines
434 B
Plaintext
|
# JSON data can also be passed as a path to a .json file
|
||
|
|
||
|
oint s3 GetObject \
|
||
|
--url "storage-155.s3hoster.by" \
|
||
|
--access "BRN5RKJE67YCVDZRRQVI" \
|
||
|
--secret "***" \
|
||
|
--region "BTC" \
|
||
|
--name "picture.jpg" \
|
||
|
--bucket "opi-gpbucket3" \
|
||
|
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3','ChunkSize':200000}" \
|
||
|
--out "C:\Users\Administrator\AppData\Local\Temp\mpyrjlxaxso.tmp"
|