newszine

How to use aws s3 sync command – AWS S3 Tutorial

5 years ago Lalit Bhagtani 0
In this tutorial, we will learn about how to use aws s3 sync command using aws cli. sync Command The sync command is used to sync directories to S3 buckets or prefixes and vice versa. It recursively copies new and updated files from the source ( Directory or Bucket/Prefix ) to the destination ( Directory or Bucket/Prefix Read More

How to use aws s3 ls command – AWS S3 Tutorial

5 years ago Lalit Bhagtani 0
In this tutorial, we will learn about how to use aws s3 ls command using aws cli. ls Command The ls command is used to get a list of buckets or a list of objects and common prefixes under the specified bucket name or prefix name. Optional Arguments This command takes the following optional arguments Read More