Learn how to Upload Data Files to AWS S3 via CLI Tool | S3 Sync

preview_player
Показать описание
The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program.

You can access the features of Amazon Simple Storage Service (Amazon S3) using the AWS Command Line Interface (AWS CLI). The AWS CLI provides two tiers of commands for accessing Amazon S3:

s3 – High-level commands that simplify performing common tasks, such as creating, manipulating, and deleting objects and buckets.

s3api – Exposes direct access to all Amazon S3 API operations which enables you to carry out advanced operations.

We will show how to upload data files from local machine to the cloud via CLI commands.
Рекомендации по теме
Комментарии
Автор

Very helpful video, it is clear and simple and get the job done. Thanks a lot.

DC-
Автор

Just 2 cents- as mentioned in video that aws s3 sync command is used because it recursively copies the data. Again, this can be achieved even using aws s3 cp command with recursive paramater as well. The only use case why command aws s3 sync command should be used sud be to cop the file or update it only if the file is not found or updated compared to source location

sadanandn
Автор

Nice video.
Please what command do you use to make your files in a bucket publicly assessible on the CLI?
I mean if you browse using the URL link.
Not on the AWS console using the "Make public using ACL", but on the CLI.

vince_emeka
Автор

what if you want to access aws s3 bucket from a remote server, hosted in a diff service provider, lets say, Azure or GCP VM?

nhtna
Автор

Okey..but how we can see at command prompt that AWS S3 bucket is loaded?

Sandy-wrwy
Автор

Can you use Kali Linux on visual studio code to do this

eliasperez
Автор

Hello, I tried copying folders and files from onpremise to s3 bucket using cp command to sync files i use sync command but how do i sync folders using sync command ?

ahindia
Автор

How to upload file to s3 from efs ..i have jar file in efs and i can access that file using putty

sandeepsahu
Автор

Hello I have one project how to reach you ??

sahilsingh
Автор

Hello Sir, You video are also very help. When I try to upload an object or a folder with the same command line in the video, I have a message that says :" Unknown options: Please what does this mean?

roberttemta