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
Many cloud providers and self-hosted object storage software utilize S3-compatible APIs which are compatible with boto3 with some extra configuration. Currently, those configuration options are not exposed to the users.
Proposed Solution
Pass-through options commonly utilized by S3-compatible endpoints:
An endpoint-url override, users may set this to https://ceph-rgw.example.com/ for example.
Problem Description
Many cloud providers and self-hosted object storage software utilize S3-compatible APIs which are compatible with boto3 with some extra configuration. Currently, those configuration options are not exposed to the users.
Proposed Solution
Pass-through options commonly utilized by S3-compatible endpoints:
endpoint-url
override, users may set this tohttps://ceph-rgw.example.com/
for example.Alternatives
N/A
Additional Context
Rclone's documentation provides a good list of S3-compatible providers: https://rclone.org/s3/
The text was updated successfully, but these errors were encountered: