You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate a presigned PUT URL where the file has public-read acl after it is uploaded. Googling around the different SDKs I do see it is possible, but I cannot seem to figure out the spot in this library to add it.
I was able to upload the file just fine with the correct content type by taking the generatePresignedURL function and changing the verb to PUT.
Any help would be appreciated. If I do get it figured out I will report back.
The text was updated successfully, but these errors were encountered:
It turns out that I can accomplish this another way with a bucket policy. I am still finalizing the policy with Wasabi support, but I don't think this will be needed, but if it is possible it would be cool to add.
Hello,
I am trying to generate a presigned PUT URL where the file has public-read acl after it is uploaded. Googling around the different SDKs I do see it is possible, but I cannot seem to figure out the spot in this library to add it.
I was able to upload the file just fine with the correct content type by taking the generatePresignedURL function and changing the verb to PUT.
Any help would be appreciated. If I do get it figured out I will report back.
The text was updated successfully, but these errors were encountered: