1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
Files
OpenIntegrations/docs/en/examples/S3/GetObjectDownloadLink.txt
T
Vitaly the Alpaca (bot) 219f959573 Main build (Jenkins)
2025-12-31 14:37:30 +03:00

13 lines
395 B
Plaintext
Vendored

URL = "s3.openintegrations.dev";
AccessKey = "bayselo...";
SecretKey = "12we34...";
Region = "BTC";
BasicData = OPI_S3.GetBasicDataStructure(URL, AccessKey, SecretKey, Region);
Name = "picture.jpg";
Directory = True; // Formation URL in path-style
Bucket = "";
Result = OPI_S3.GetObjectDownloadLink(Name, Bucket, BasicData, 7200, , Directory);