mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-19 12:12:37 +02:00
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
|
URL = "storage-155.s3hoster.by";
|
||
|
AccessKey = "BRN5RKJE67...";
|
||
|
SecretKey = "NNhv+i9PrytpT8Tu0C1N...";
|
||
|
Region = "BTC";
|
||
|
|
||
|
Authorization = OPI_S3.GetAuthStructure(URL, AccessKey, SecretKey, Region);
|
||
|
|
||
|
Name = "newbucket2";
|
||
|
|
||
|
Result = OPI_S3.CreateBacket(Name, Authorization);
|