You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
Test data update (Jenkins)
This commit is contained in:
8
docs/ru/cli/s3/CopyObject/bash.txt
vendored
Normal file
8
docs/ru/cli/s3/CopyObject/bash.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint s3 CopyObject \
|
||||
--sname "picture.jpg" \
|
||||
--sbucket "opi-gpbucket3" \
|
||||
--name "new_picture.jpg" \
|
||||
--bucket "opi-dirbucket3" \
|
||||
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}"
|
||||
8
docs/ru/cli/s3/CopyObject/bat.txt
vendored
Normal file
8
docs/ru/cli/s3/CopyObject/bat.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint s3 CopyObject ^
|
||||
--sname "picture.jpg" ^
|
||||
--sbucket "opi-gpbucket3" ^
|
||||
--name "new_picture.jpg" ^
|
||||
--bucket "opi-dirbucket3" ^
|
||||
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}"
|
||||
Reference in New Issue
Block a user