Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 466 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 466 Bytes

Demoes signature validation problem with Yandex.Cloud S3 service. To illustrate the problem it tries to access several objects with different names.

The names that do not contain characters that need URI escaping go through fine, but the ones that do, well, look for yourself.

To run it, you will need read access to an S3 bucket in Yandex.Cloud.

Could be run with dotnet run <access key> <secret key> <bucket-name>, or just open the solution in Visual Studio.