AWS Cli sync with non DNS compatible bucket
问题 Is there any way to use AWS command line to sync a local folder with a bucket that contains periods '.'? If I do this: aws s3 sync local_folder/ s3://files.domain.com/backup I get this error: fatal error: Bucket named files.domain.com is not DNS compatible. Virtual hosted-style addressing cannot be used. The addressing style can be configured by removing the addressing_style value or setting that value to 'path' or 'auto' in the AWS Config file or in the botocore.client.Config object. I