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

Stop with error if file size exceeds limit #1

Open
smith opened this issue Oct 8, 2010 · 2 comments
Open

Stop with error if file size exceeds limit #1

smith opened this issue Oct 8, 2010 · 2 comments

Comments

@smith
Copy link

smith commented Oct 8, 2010

From the devguide:

"If users attempt to upload more that 5GB with this method, the server will close the TCP/IP connection after 5GB and purge the customer data from the system. Users must take responsibility to ensure the data they transfer will be less than 5GB or to split it into 5GB chunks each in its own storage Object."

Make the client preemptively throw an error if the file is to large.

Don't know if this is implemented or not on this implementation, but I also opened http://github.com/rackspace/ruby-cloudfiles/issues/issue/10

@Marak
Copy link

Marak commented Oct 8, 2010

Woah, that is good to know. Thanks for the heads up. We will be trying to push v0.1.0 of this sometime over the weekend. If anything we will make sure to put a warning in the README.

@smith
Copy link
Author

smith commented Oct 8, 2010

Yes I was getting a 413 after waiting a long time to upload a 7gig file today, and rackspace chat support told me about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants