1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
OpenIntegrations/docs/en/examples/S3/SendRequestWithoutBody.txt

10 lines
334 B
Plaintext
Raw Normal View History

2024-11-15 10:05:19 +03:00
 URL = "storage-155.s3hoster.by" + "/opi-newbucket2";
AccessKey = "BRN5RKJE67...";
SecretKey = "NNhv+i9PrytpT8Tu0C1N...";
Region = "BTC";
BasicData = OPI_S3.GetBasicDataStructure(URL, AccessKey, SecretKey, Region);
2024-11-15 10:12:22 +03:00
Method = "GET";
2024-11-15 10:05:19 +03:00
Result = OPI_S3.SendRequestWithoutBody(Method, BasicData);