Skip to content
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

presigned urls support #54

Closed
Geal opened this issue Oct 23, 2019 · 6 comments
Closed

presigned urls support #54

Geal opened this issue Oct 23, 2019 · 6 comments
Assignees
Labels

Comments

@Geal
Copy link

Geal commented Oct 23, 2019

hello, is there any plan to generate presigned urls for arbitrary operations (get, put, etc)? Also, the readme mentions that the put operation returns a presigned url, but I get an empty vec instead, is it a common issue?

@durch
Copy link
Owner

durch commented Oct 25, 2019

@Geal thank you for submitting this, its quite embarrassing as the presigned URLs are the cause I built this lib, I'll look int this right away, will keep you posted!

@durch durch self-assigned this Oct 25, 2019
@durch durch added the bug label Oct 25, 2019
@sidshank
Copy link

sidshank commented Dec 25, 2019

Hello. Any updates on this? I’m curious about capabilities around pre-signed URLs too. Specifically, I'd like to get pre-signed URLs for pre-existing objects in the bucket.

@durch
Copy link
Owner

durch commented Jan 1, 2020

@sidshank this turned out to be more broken than expected, looking at my schedule I should be able to push a fix through by the end of the month, a bit later than I would have liked... Thank you for the patience

@elertan
Copy link

elertan commented Jun 12, 2020

Any idea when this might be resolved @durch ? Pre signed urls would really make this library be more useful as it is a far better way of uploading/downloading files for the user.

@durch
Copy link
Owner

durch commented Jun 15, 2020

@elertan thanks for the nudge, my schedule is a bit messy, I'll try and squeeze some work towards this in the next week or two, will update the issue as soon as I a have a better estimate, sorry for the inconvenience :/

@durch durch closed this as completed in 91ad14d Jun 22, 2020
@durch
Copy link
Owner

durch commented Jun 22, 2020

@Geal, @elertan version 0.22.8 pushed to crates.io today brings back support for presigned URLs, with two dedicated Bucket methods presign_put and presign_get

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants