From the course: AWS for Developers: S3
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Working with directories: ls, sync - Amazon Web Services (AWS) Tutorial
From the course: AWS for Developers: S3
Working with directories: ls, sync
- [Instructor] Now we can start working with batches of files in a signal directory as opposed to single files at a time. So I want you to go back to that s3 directory that we created in the previous video. And let's take a look at what's in this directory this time. Go ahead and type ls or whatever the command is for your operating system to see the files that are there. The first section we're going to take a look at is the list operation. The list operation gives us an indication of what files are in a remote bucket. So let's type in aws s3 ls from list into an s3://fpmlil or in your case your bucket name. You'll see that we get no data back and that's what we would expect. We deleted all the files after the previous video. It should be empty. If yours is not empty, you would see those files right here. I would suggest you go remove them using an rm command just to make sure that this video stays intact or as…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Introducing the Amazon CLI2m 56s
-
(Locked)
Configuring the Amazon CLI2m 17s
-
(Locked)
Creating a bucket: mb3m 11s
-
(Locked)
Working with single files: cp, mv, rm5m 43s
-
(Locked)
Working with directories: ls, sync5m 51s
-
(Locked)
Presigned URLs2m 4s
-
(Locked)
Challenge: Scripted operation49s
-
(Locked)
Solution: Scripted operation1m 47s
-
(Locked)
-
-
-