1
0
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:
Vitaly the Alpaca (bot)
2025-01-20 21:18:55 +03:00
parent 7a2ba18e28
commit bea0c45a98
752 changed files with 1645 additions and 730 deletions

8
docs/ru/cli/s3/CopyObject/bash.txt vendored Normal file
View 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
View 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'}"