You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Gitea's S3 support only support path style which MinIO could handle with. But a lot of S3 provider out there do not support path style like AWS S3.
Amazon S3 currently supports two request URI styles in all regions: path-style (also known as V1) that includes bucket name in the path of the URI (example: //s3.amazonaws.com//key), and virtual-hosted style (also known as V2) which uses the bucket name as part of the domain name (example: //.s3.amazonaws.com/key).
Customers should update their applications to use the virtual-hosted style request format when making S3 API requests before September 30th, 2020 to avoid any service disruptions. Customers using the AWS SDK can upgrade to the most recent version of the SDK to ensure their applications are using the virtual-hosted style request format.
So please support non-pathtyle.
The text was updated successfully, but these errors were encountered:
And also, S3 is a Object Storage standard created by Amazon and been widely used by other storage providers. I don't think named gitea's S3 storage support to MINIO, one of countless programs that support this standard, is a good move. It might be confusing, in especially if someone add other network storage solution to gitea like Swift or B2.
Currently Gitea's S3 support only support path style which MinIO could handle with. But a lot of S3 provider out there do not support path style like AWS S3.
So please support non-pathtyle.
The text was updated successfully, but these errors were encountered: