Closed j2clerck closed 1 year ago
This change remove the use of aws_bucket. Instead it uses the aws_endpoint to include the bucket_name if needed. This change allows the use of non-amazon s3 bucket such as minio and can sustain some use cases where the bucket is not in the endpoint.
could you rebase this against master so that the travis build passes?
Travis says the build is failing. Looks like the test cases need to updated as well
This change remove the use of aws_bucket. Instead it uses the aws_endpoint to include the bucket_name if needed. This change allows the use of non-amazon s3 bucket such as minio and can sustain some use cases where the bucket is not in the endpoint.