Is the data empty after removing permissions and policies? We do not want to give permission again, only one time sync is enough.
@04Shivm Жыл бұрын
Changing permission is not going to impact your data present in your bucket
@dixitsingla Жыл бұрын
getting this error: fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
@dhruvilgondaliya0302 Жыл бұрын
Run directly in aws CloudShell
@KrishnaRac10 ай бұрын
we can Configure Cross-Account Access also right, why did you approach this method
@SajidAliMansoori9 ай бұрын
how did you use aws configure command in cli on window ?
@SajidAliMansoori9 ай бұрын
Can we just not use cmd ? Please suggest
@04Shivm9 ай бұрын
@@SajidAliMansoori AWS CLI needs to be installed on windows by using below doc :- docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html In this video i am using the dual boot laptop windows + Linux | i have configured the cli using linux
@happiointerior4209 Жыл бұрын
Knowledgeable Video
@shashwatverma8966 Жыл бұрын
How can I sync s3 bucket to local including all obejct versioning?
@04Shivm Жыл бұрын
Configure the aws cli then use the aws S3 sync command :- $ aws s3 sync s3://your bucketname /localfoldername
@04Shivm Жыл бұрын
Bucket names are unique so there no way to download the object with the same version id You can do this by downloading the latest version then deleting that latest version then downloading another version You can check this s3-api link here you will find something docs.aws.amazon.com/cli/latest/reference/s3api/copy-object.html OR Use the chatgpt
@arjunbishoyi Жыл бұрын
Thanks
@04Shivm Жыл бұрын
Welcome
@루베르루나 Жыл бұрын
very good!
@pavan4225 Жыл бұрын
Thank you
@dabbetishivaprasad2472 Жыл бұрын
Bro .. one efs file another AWS account how ..
@takethree16 ай бұрын
Instead of user , Need to assign policy ti role
@AhsanRiaz-h6z9 ай бұрын
destination ma file a gai hain lakin access nhi hoti, AccessDenied ata hai, i did the same steps
@04Shivm9 ай бұрын
May be you have configured the iam policy incorrectly