-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add function to delete objects #6
base: master
Are you sure you want to change the base?
Conversation
I'll check it, thanks! |
In the meantime, I've added a function to delete objects in Digital Ocean Spaces. Of course, you don't need to merge this one. Just updating the XML-dependency might be worth it already. Thanks! |
@salihgueler @GraSim Can someone check if this needs any changes for null safety? |
How is anyone deleting things? |
@mreinfurt I'm having an issue signing the request with a value for sha256. What should I sign the delete with? |
@jpetro416 I haven't worked with it for quite some time now. I just contacted another dev who has been using it lately, @dernoun. Perhaps he can answer it. :) |
@mreinfurt Okay thanks, I still can't figure out what value it needs for that |
@mreinfurt @kaetemi Is this fixed? I too am facing this issue with delete |
Upgrade package to work with flutter 2.0
Hi,
your package is still working great. However, due to the outdated dependencies, conflicts can arise trying to use it with other more up-to-date libs.
Especially since there was a major version upgrade for the xml lib (3.0 to 4.0) even though it's non-breaking. Just by updating this dependency, dospace already works with more up-2-date libs.
Thanks!
Manuel