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
{{ message }}
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
Im having trouble moving files using .moveObject... I have added the parameters like this, but still every time I get the same error message, file is indeed in the bucket as I use client.listObjects(params) to get the Key and send it to client.moveObject(params) CopySource
** Editted
My files had "+" on them so I had to use encodeURIComponent() and that seems to solved it, now Im getting MethodNotAllowed: The specified method is not allowed against this resource. which seems its due client.deleteObject() did I miss anything?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Im having trouble moving files using .moveObject... I have added the parameters like this, but still every time I get the same error message, file is indeed in the bucket as I use
client.listObjects(params)
to get the Key and send it toclient.moveObject(params)
CopySource** Editted
My files had "+" on them so I had to use
encodeURIComponent()
and that seems to solved it, now Im gettingMethodNotAllowed: The specified method is not allowed against this resource.
which seems its dueclient.deleteObject()
did I miss anything?Thanks
The text was updated successfully, but these errors were encountered: