Closed ushaheu closed 8 months ago
@ushaheu thanks for the new feature request. We need to make changes in a few places to support this
@DImuthuUpe thanks for sharing this. I will raise a PR for this and share soon.
Opened a PR https://github.com/apache/airavata-mft/pull/111
Closing this as the PR was applied. Please open if the issue persists
Is your feature request related to a problem? Please describe. Path-style access is a way of specifying the location of a bucket or object in Amazon S3 using a URL-like syntax. This is in contrast to virtual-hosted style access, which uses the bucket name as a subdomain in the URL. For example:
In virtual-hosted style access, the bucket name must be a valid DNS name, which means it must not contain dots. This can be a problem if you need to access a bucket that has dots in its name. In addition, some regions may only support path-style access.
Describe the solution you'd like
Additional context Some buckets are not valid DNS names. Setting this flag to true will result in path-style access being used for all requests.