1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/examples/S3/CreateBucket.txt
T
Vitaly the Alpaca (bot) a6eb894727 Main build (Jenkins)
2024-11-13 09:59:01 +03:00

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.CreateBucket(Name, Authorization);