Skip to content

Added the ability to pass the Protocol property to the PresignedRequest #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Pchol
Copy link

@Pchol Pchol commented Apr 4, 2025

When working within an internal network, it's possible to access S3 using the HTTP protocol by setting ServiceUrl = http://s3_endpoint. However, in this case, the GetPresignedRequest method still returns a URL with HTTPS. To fix this, you need to pass the Protocol property with the value Http in the PresignedRequest.

This MR makes it possible.

@Pchol Pchol force-pushed the pass-protocol-to-presigned-request-in-aws-storage branch from 16171a4 to 047b160 Compare April 4, 2025 20:56
@Pchol Pchol force-pushed the pass-protocol-to-presigned-request-in-aws-storage branch from 047b160 to f5996f2 Compare April 5, 2025 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant