1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-19 12:12:37 +02:00
OpenIntegrations/docs/en/examples/S3/CreateBacket.txt

11 lines
308 B
Plaintext
Raw Normal View History

2024-11-12 23:15:46 +03:00
 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);