Uploading objects in S3
Server Academy Members Only
Sorry, this lesson is only available to Server Academy members. Create a free account now to get instant access to this and more free courses. Click the Sign Up Free button below to get access to our free courses now, or sign in if you have an account.
Instructions
Q&A (0)
Notes (0)
Resources (0)
Saving Progress...
Resources
There are no resources for this lesson.
Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.
In this lesson, we'll learn how to upload objects to the S3 bucket we created earlier.
To upload an object to your S3 bucket, in our target S3 bucket we will click on the Upload button:
Now we can click Add Files or Add Folder and select your desired files:
You can expand the Destination details and view information about the files you are uploading as well as enable bucket versioning:
The next options we can define are the files storage class. I will leave mine at Standard since I do not have any specific speed or access requirements:
Next, we have Server-side encryption. Again, if you have security requirements that require data-at-rest encryption, you can configure that here. I have no need for encryption, so I will leave this turned off for now.
Finally, you have Additional checksums, Tags, and Metadata, none of which we need:
- Checksums: A checksum is a value that is calculated based on the contents of a file. S3 uses checksums to ensure that the data you upload to a bucket is not corrupted during transmission. Tags: Tags are key-value pairs that you can attach to S3 objects and buckets. You can use tags to add metadata to your objects and buckets, such as identifying the owner or purpose of the object, and to help you organize and manage your data.
- Metadata: You can use metadata to store additional information about your objects and to help you manage and organize your data. After you upload the an S3 object, you cannot modify object metadata
Finally, click the Upload button. Once the upload is complete, you will see the summary like below:
And that is it! You have successfully uploaded an S3 object.
Server Academy Members Only
Want to access this lesson? Just sign up for a free Server Academy account and you'll be on your way. Already have an account? Click the Sign Up Free button to get started..