1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-07 07:10:01 +02:00
OpenIntegrations/docs/en/examples/S3/ListObjects.txt

10 lines
310 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";
Result = OPI_S3.ListObjects(Bucket, BasicData);