Implement S3Presigner class
- Dominant language
- C#
- Stars
- 140
- Forks
- 891
- Avg merge
- 21h 51m
- Merged PRs (30d)
- 10
Description
## Describe the Feature
A class for presigning S3 requests of various types
### Is your Feature Request related to a problem?
The Java SDK provides this functionality but it has not been replicated in the .NET SDK.
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/presigner/S3Presigner.html
I would like to provide proxied functionality for our S3 bucket, utilizing credentials other than IAM. For this I need to generate presigned S3 URLs.
## Proposed Solution
Port the Java SDK implementation to .NET
## Additional Context
### Environment
* [ ] :wave: I may be able to implement this feature request
* [ ] :warning: This feature might incur a breaking change
---
This is a :rocket: Feature Request
Contributor guide
Research direction
Start with the linked Java S3Presigner API and compare its supported presigning behavior with the .NET SDK. Done means providing an S3Presigner class that can presign S3 requests of various types for proxied bucket access using non-IAM credentials.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, csharp
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100