-
Notifications
You must be signed in to change notification settings - Fork 96
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
Cannot access files in sub-directories #35
Comments
If a subdirectory has spaces or unicode characters it won't work, otherwise it will work. |
@asgardius Thanks for the fix. Saved me some time hunting it down. |
@asgardius Could you please share your nginx reverse proxy config? |
Here is my nginx config file
|
@asgardius How do we reverse proxy in the following scenario? For example: If I want to proxy localhost:8080/buckets/my-bucket >> localhost/s3 I have tried a couple of different nginx proxy configs but none seem to be working properly. |
It seems that is not possible without edit backend source code, but you can use the following aproach instead
|
1 similar comment
It seems that is not possible without edit backend source code, but you can use the following aproach instead
|
We are uploading a file to bucket/subdir1/file1 and we can access the file from S3 using Spring Clients, but s3manager gives a "404 not found" error.
How do I browse subdirectories and access files under those subdirectories?
The text was updated successfully, but these errors were encountered: