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
(s3cmd case)
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
ERROR: S3 error: 403 (Forbidden):
(aws-sdk case)
/usr/local/rvm/gems/ruby-2.0.0-p247/gems/aws-sdk-1.16.1/lib/aws/core/client.rb:366:in return_or_raise': AWS::S3::Errors::Forbidden from /usr/local/rvm/gems/ruby-2.0.0-p247/gems/aws-sdk-1.16.1/lib/aws/core/client.rb:467:inclient_request'
from (eval):3:in `initiate_multipart_upload'
【Additional Info.】
It was OK when I did same thing like below condition.
(Condition)
LeoFS : ver.0.16.0
Storage node count : 1
The text was updated successfully, but these errors were encountered:
I cannot upload a file, when I try to put a large file. I guess.
【Condition】
LeoFS : ver.0.16.5
Storage node count : 3 (Same thing happened when node count is 1.)
【Action】
Try to upload several size files by these tools.
・s3fs
・s3cmd
・aws-sdk
【Result】
2M OK
13M OK
14M OK
26M NG
68M NG
(OK : can upload, NG : cannot upload)
【Error log】
(s3fs case)
ParallelMultipartUploadRequest(741): [tpath=/sample.mp4][fd=5]
PreMultipartPostRequest(2025): [tpath=/sample.mp4]
RequestPerform(1232): HTTP response code 403
RequestPerform(1251): HTTP response code 403 was returned, returning EPERM
(s3cmd case)
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
ERROR: S3 error: 403 (Forbidden):
(aws-sdk case)
/usr/local/rvm/gems/ruby-2.0.0-p247/gems/aws-sdk-1.16.1/lib/aws/core/client.rb:366:in
return_or_raise': AWS::S3::Errors::Forbidden from /usr/local/rvm/gems/ruby-2.0.0-p247/gems/aws-sdk-1.16.1/lib/aws/core/client.rb:467:in
client_request'from (eval):3:in `initiate_multipart_upload'
【Additional Info.】
It was OK when I did same thing like below condition.
(Condition)
LeoFS : ver.0.16.0
Storage node count : 1
The text was updated successfully, but these errors were encountered: