NOTE: This article is written for our First-Generation Cloud Control Panel. A version of this article is also available for our Next-Generation Cloud Control Panel.
A Container is a “storage compartment” for your data and provides a way for you to organize that data. You can think of a Container as analogous to a folder in Windows® or a directory in UNIX®. The primary difference between a Container and these other “file system” constructs is that Containers cannot be nested. You can have up to 500,000 Containers in your account, but they only exist at the “top level” of your account and Containers cannot reside within other Containers.

NOTE: Containers only scale to about one million objects before peformance degrades.
If you are a developer, you should be aware that Containers can only be removed from Cloud Files if they do NOT contain any storage Objects. In other words, make sure the Container is empty before attempting to delete it. The Rackspace Cloud Control Panel's Cloud Files interface does allow you to delete a Container regardless of it being empty or not. The interface will prompt you prior to removing the Container and deleting storage Objects.
© 2011-2013 Rackspace US, Inc.
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License

9 Comments
how many files can be stored
Re: Max files per container
Maximum number of containers
RE: Maximum number of containers
<p>While there is <del>no limit</del> a limit of 500,000 on the number of Cloud Files containers that you can have on your account, the Control Panel will only be able to display a maximum of 10,000 at a time. Using the API, you will have full access to your list of containers at all times. Here is a link to the API guide:</p>
<p><a href="http://docs.rackspace.com/files/api/v1/cf-intro/content/index.html">http://docs.rackspace.com/files/api/v1/cf-intro/content/index.html</a></p>
Renaming Containers
RE: Renaming Containers
Unfortunately, you cannot rename a container. If you need to change the container name, you would need to delete the original container, create a new container with the appropriate name, and then upload your content to the new container. Sorry for any inconvenience.
According to your API, under
create up to 500,000 containers in your Cloud Files account."
However, here you say there is no limit. Which is it?
Is it possible to move files
You can use server-side copy
http://docs.rackspace.com/files/api/v1/cf-devguide/content/Copy_Object-d1e2241.html
Thanks
Add new comment