Nayananga commented on pull request #4101: URL: https://github.com/apache/camel/pull/4101#issuecomment-679045304
@omarsmak, yes, I was mimicking [these](https://github.com/apache/camel/blob/df0dfddeb205bf29a8148cb2862308f7a5b8a853/components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3CopyObjectCustomerKeyOperationIntegrationTest.java#L75) remote tests. these tests will fail time to time because [play.minio.io](http://play.minio.io) environment clears pre-created buckets after a while, > Caused by: org.apache.camel.RuntimeCamelException: Bucket {} does not exists, set autoCreateBucket option for bucket auto creation: io.minio.errors.InvalidBucketNameException: mycamel1 as you can see mycamel1 bucket should exist in the environment before testing, that is why those tests were disabled before and now they have a separate maven profile so they can be manually tested. one workaround is ```autoCreateBucket=true``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
