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

Publicado em: 13 Junho 2017
no canal de: 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


Nesta página do site você pode assistir ao vídeo on-line AWS S3 CLI Tutorial: AWS S3 CLI and S3API Basic Commands duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário DotsWay 13 Junho 2017, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 36,472 vezes e gostou 312 espectadores. Boa visualização!