You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
|
|
URL = "storage-155.s3hoster.by";
|
||
|
|
AccessKey = "BRN5RKJE67...";
|
||
|
|
SecretKey = "NNhv+i9PrytpT8Tu0C1N...";
|
||
|
|
Region = "BTC";
|
||
|
|
|
||
|
|
BasicData = OPI_S3.GetBasicDataStructure(URL, AccessKey, SecretKey, Region);
|
||
|
|
Name = "opi-dirbucket1";
|
||
|
|
|
||
|
|
Result = OPI_S3.CheckBucketAvailability(Name, BasicData, True);
|
||
|
|
|
||
|
|
Result = OPI_S3.CheckBucketAvailability(Name, BasicData, True, "1234");
|