Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws_s3: do not test bucket name with a dot
The bucket_name variable length is 63 or below. If we add a prefix we can generate an invalid bucket name. In addition, the test has little value since it just ensures end-point behaves as expected. The code coverage in the module itself remains the same. See: https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html
- Loading branch information