-
Notifications
You must be signed in to change notification settings - Fork 107
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
Support for Presigned URLs #429
Comments
Same request |
I actually got it working with the signer package. Let me know and I can share the code. |
@abasu0713 Please send the signer code with which you created presignedUrls |
@kartikey321 A medium article: https://medium.com/@arko.basu09/dart-aws-signer-and-ceph-secure-self-hosted-object-storage-integration-for-apps-websites-c6878cc39e25 |
Summary
What I am looking for is a way to connect to a self hosted S3 bucket (using Ceph) and programmatically generate Presigned URLs.
I can already do it using AWS CLI Tools using the s3api and aws CLI tools. I was looking to implement a functionality for generating pre-signed URLs for some objects. My backend server is written in dart. Any help would be really appreciated.
The text was updated successfully, but these errors were encountered: