You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-02 20:52:28 +02:00
8 lines
339 B
Plaintext
Vendored
8 lines
339 B
Plaintext
Vendored
# JSON data can also be passed as a path to a .json file
|
|
|
|
oint s3 PutObject \
|
|
--name "fileChunked.mp3" \
|
|
--bucket "04428a9b" \
|
|
--data "https://hut.openintegrations.dev/test_data/song.mp3" \
|
|
--basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3','ChunkSize':'5242880'}" \
|
|
--dir true |