JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
6. AWS Simple Storage Service (S3)
AWS S3
Storage Classes
Access and Access Policies in Amazon S3
Multipart Upload
Transfer Acceleration
Pre-signed URLs
S3 Versioning
Object Lifecycle Management
S3 Encryption
Event Notifications
S3 Replication
S3 Access Points
Misc
More
Share
Explore
Multipart Upload
Can be used to speed up uploads to S3.
Multipart upload uploads objects in
parts independently, in parallel
and in any order.
Performed using the S3 Multipart upload API.
It is recommended for objects of 100MB or larger.
Can be used for objects from 5MB up to 5TB.
Must be used for objects larger than 5GB.
If transmission of any part fails it can be retransmitted.
Improves throughput.
Can
pause and resume
object uploads.
Can begin upload before you know the final object size.
S3 Copy
You can create a copy of objects up to
5GB in size
in a single atomic operation.
For files larger than 5GB you must use the multipart upload API.
Can be performed using the AWS SDKs or REST API.
The copy operation can be used to:
Generate additional copies of objects.
Renaming objects.
Changing the copy’s storage class or encryption at rest status
.
Move objects across AWS locations/regions.
Change object metadata.
Once uploaded to S3 some object metadata cannot be changed, copying the object can allow you to modify this information.
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.