Skip to content
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 upload large size file #111

Closed
ooeyoshinori opened this issue Dec 3, 2013 · 3 comments
Closed

Cannot upload large size file #111

ooeyoshinori opened this issue Dec 3, 2013 · 3 comments
Assignees
Milestone

Comments

@ooeyoshinori
Copy link

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: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

@yosukehara
Copy link
Member

Thank you for your report.
Today, we will check this issue.

@mocchira
Copy link
Member

mocchira commented Dec 4, 2013

@ooeyoshinori just have fixed this issue. Please check!

@ooeyoshinori
Copy link
Author

I confirmed that I can upload large size file normally.
Thank you for solving this problem.

@ghost ghost assigned yosukehara and mocchira Dec 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants