diff --git a/docs/services/cloudservices/aws/documentation/aws-s3-sync/index.md b/docs/services/cloudservices/aws/documentation/aws-s3-sync/index.md index dd3101b..1175ea7 100644 --- a/docs/services/cloudservices/aws/documentation/aws-s3-sync/index.md +++ b/docs/services/cloudservices/aws/documentation/aws-s3-sync/index.md @@ -78,5 +78,4 @@ aws s3 sync s3://my-source-bucket s3://my-destination-bucket \ - The --profile (or --dest-profile in some AWS CLI versions) is used for writing to the destination bucket. - Ensure both profiles have the necessary permissions on their respective buckets. - Be cautious with the --delete flag as it removes files in the destination that don't exist in the source. -- Always test with --dryrun first to ensure the operation will do what you expect. -- Basically, you have to create two access key profile, and attach those appropriate \ No newline at end of file +- Always test with --dryrun first to ensure the operation will do what you expect. \ No newline at end of file