Method: Backup::Storage::S3#chunk_size
- Defined in:
- lib/backup/storage/s3.rb
#chunk_size ⇒ Object
Multipart chunk size, specified in MiB.
Each package file larger than chunk_size will be uploaded using S3 Multipart Upload.
Minimum: 5 (but may be disabled with 0) Maximum: 5120 Default: 5
31 32 33 |
# File 'lib/backup/storage/s3.rb', line 31 def chunk_size @chunk_size end |