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
The key argument passed to ConstructListObjInput function is a path such as /my_folder/. The function trims the final / off the path, but instead it should remove the leading/. Prefixes do not start with a / character.
The trailing / should not be removed if you want to provide browse-style functionality. Take a look at the third example here from the official API docs
The text was updated successfully, but these errors were encountered:
BrianFanning
added a commit
to BrianFanning/caddy-s3-proxy
that referenced
this issue
Feb 1, 2022
I will open a PR shortly with a fix.
The
key
argument passed to ConstructListObjInput function is a path such as/my_folder/
. The function trims the final/
off the path, but instead it should remove the leading/
. Prefixes do not start with a/
character.The trailing
/
should not be removed if you want to provide browse-style functionality. Take a look at the third example here from the official API docsThe text was updated successfully, but these errors were encountered: