1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-29 23:17:45 +02:00
OpenIntegrations/docs/en/examples/S3/ListObjectVersions.txt

11 lines
345 B
Plaintext
Raw Normal View History

2024-11-18 21:03:13 +03:00
 URL = "storage-155.s3hoster.by";
AccessKey = "BRN5RKJE67...";
SecretKey = "NNhv+i9PrytpT8Tu0C1N...";
Region = "BTC";
BasicData = OPI_S3.GetBasicDataStructure(URL, AccessKey, SecretKey, Region);
Bucket = "opi-gpbucket3";
Prefix = "pic";
Result = OPI_S3.ListObjectVersions(Bucket, BasicData, Prefix);