-
Notifications
You must be signed in to change notification settings - Fork 232
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
Using wget will directly download without specify ak sk #363
Comments
This seems unlikely given the negative credentials tests in |
Closed. The file must be uploaded by the s3 inteface rather than existed file (may be lack of some attrs) |
I can reproduce these symptoms. First with a blob created by the AWS CLI and retrieved via wget:
Next when created via direct filesystem access and retrieved via wget:
|
Can you check the permissions on your file? I found that when it had world-readable |
checked. and my file has |
my dockercompose file:
then use command
wget localhost:8080/bucket/file1
will directly download the file ..is there an permission check bug here?
The text was updated successfully, but these errors were encountered: