You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-04 20:54:02 +02:00
13 lines
401 B
Plaintext
Vendored
13 lines
401 B
Plaintext
Vendored
URL = "s3.openintegrations.dev";
|
|
AccessKey = "bayselo...";
|
|
SecretKey = "12we34...";
|
|
Region = "BTC";
|
|
|
|
BasicData = OPI_S3.GetBasicDataStructure(URL, AccessKey, SecretKey, Region);
|
|
|
|
Name = "pictureU.jpg";
|
|
|
|
Directory = True; // Formation URL in path-style
|
|
Bucket = "newbucket2";
|
|
|
|
Result = OPI_S3.GetObjectUploadLink(Name, Bucket, BasicData, 7200, , Directory); |