AWS S3 CLI Tutorial: AWS S3 CLI and S3API Basic Commands

Veröffentlicht am: 13 Juni 2017
auf dem Kanal: DotsWay
36,472
312

AWS S3 CLI Tutorial

In this AWS S3 tutorial i will go through the main AWS S3 Cli commands, how to create a bucket, remove/delete a bucket, copy files, download, upload , sync and more.

Create new bucket

aws s3 mb s3://bucket-name

Remove bucket



aws s3 rb s3://bucket-name

Extra option

--force - Delete the bucket with all it's content.

List buckets

aws s3 ls

List content of a bucket

aws s3 ls s3://bucket-name

Copy file from local to S3

aws s3 cp fileName.txt s3://bucket-name/

Extra option

--recursive - Copy all the files recursively with folders.

Extra options

--grants - Specify grants and permissions.

--storage-class REDUCED_REDUNDANCY - Specify different lower class for the object

--acl public-read - Add a public read to specific file

Sync between local and S3 bucket

aws s3 sync folder/ s3://bucket-name/

Extra sync options

--delete - This will delete all files from bucket which don't present locally.

--Exclude  - Delete all but exclude specific file

Get output in JSON format

 aws s3api list-objects --bucket BUCKETNAME


What is AWS S3
https://goo.gl/aYphcg


Create your first S3 Bucket
https://goo.gl/U3d7Pv


Create Static Website using S3
https://goo.gl/OGDxhE


What is AWS EFS
https://goo.gl/uCmEEX


Create EFS and Mount it on Linux
https://goo.gl/hvkcPq


Auf dieser Seite können Sie das Online-Video AWS S3 CLI Tutorial: AWS S3 CLI and S3API Basic Commands mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer DotsWay 13 Juni 2017 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 36,472 Mal angesehen und es wurde von 312 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!