en:navody:faq:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:navody:faq:start [05.02.2021 14:01]
Lukáš Strnad
en:navody:faq:start [19.08.2022 23:23]
Ing. Michal Strnad
Line 380: Line 380:
  
 <​code>#​ find -L . -perm +u-rwx,​g-rwx,​o-rwx -exec chmod u+rX '​{}'​ \;</​code>​ <​code>#​ find -L . -perm +u-rwx,​g-rwx,​o-rwx -exec chmod u+rX '​{}'​ \;</​code>​
 +
 +==== S3 protocol ====
 +
 +Multipart upload allows you to upload a single object as a set of parts. After all parts of your object are uploaded, Ceph then presents the data as a single object. With this feature you can create parallel uploads, pause and resume an object upload, and begin uploads before you know the total object size. 
 +
 +Individual Ceph objects can range in size from a minimum of 0B to a maximum of 5TB. The largest object that can be uploaded in a single PUT is 5GB. For objects larger than 100MB, you should consider using the multipart upload capability.
  
Last modified:: 26.05.2023 11:09