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

17 lines
468 B
Plaintext
Raw Normal View History

2024-11-14 21:42:55 +03:00
 URL = "storage-155.s3hoster.by";
AccessKey = "BRN5RKJE67...";
SecretKey = "NNhv+i9PrytpT8Tu0C1N...";
Region = "BTC";
BasicData = OPI_S3.GetBasicDataStructure(URL, AccessKey, SecretKey, Region);
// Directory bucket
2024-11-15 13:24:46 +03:00
Name = "opi-dirbucket3";
2024-11-18 10:27:37 +03:00
Result = OPI_S3.GetBucketVersioning(Name, BasicData, True);
2024-11-14 21:42:55 +03:00
// General purpose bucket
2024-11-15 13:24:46 +03:00
Name = "opi-gpbucket3";
2024-11-18 10:27:37 +03:00
Result = OPI_S3.GetBucketVersioning(Name, BasicData);