From the course: AWS for Developers: S3

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Saving your first object

Saving your first object - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: S3

Start my 1-month free trial

Saving your first object

- [Instructor] Now we're going to create an object. In this case, a simple file to store in our S3 bucket. Now I don't want to give an indication that files, individual text files, for instance, are the only things that you can store. You can store files and binary objects as big or as small as you want. For the purposes of this course, a simple file will be fine. So what I'd like you to do is to jump in to any text editor. I'm just going to use VI in my terminal. Go and open up your text editor and create a file called file1.txt and we're just going to put some simple data in here. We'll save that file. Now we're going to go to our web browser. And I've already loaded up the S3 console. We'll select the bucket that we created in the previous video. You'll see that there's no data here. What I want you to do is click the upload button. Now, if you have JavaScript enabled you can drag and drop that file onto here or, as I'm…

Contents