We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Upload Object

Now that you have a public bucket, let's add a file.

Assignment

aws s3 ls BUCKET_NAME > /tmp/bucket_contents.txt

Replace BUCKET_NAME with the name of your bucket

cat /tmp/bucket_contents.txt

Run and submit the CLI tests.

You can delete the uploaded file from S3.