what object type does Swift use to store data on its storage

Asked by Chau Pham

Hi Everybody,

Could you please let me know what object type does Swift use to save data to its storage?

Swift couldn't save whole the +5GB file, so it have to separate to small chunks before saving to storage.

Does Swift use Chunks as an object type for saving data on its storage?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Solved by:
Marcelo Martins
Solved:
Last query:
Last reply:
Revision history for this message
Best Marcelo Martins (btorch) said :
#1

Hi Chau

Swift supports large objects in the way described on http://swift.openstack.org/overview_large_objects.html

You can also use the CLI "swift" tool to upload a large file in segments.

Revision history for this message
Chau Pham (chaupv79) said :
#2

Thank Marcelo for the answer.

Revision history for this message
Chau Pham (chaupv79) said :
#3

Thanks Marcelo Martins, that solved my question.