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
I'm wondering if there is an option to use the S3 compatible providers: https://rclone.org/s3/
Maybe there could be a free input text where you could a configuration like the one Gemini provided me:
[my-onprem-s3]
type = s3
provider = Other
access_key_id = YOUR_ACCESS_KEY
secret_access_key = YOUR_SECRET_KEY
endpoint = http://your-onprem-s3-endpoint:port
# region = (optional, if applicable)
# signature_version = v4 (or v2, depending on your provider)
# s3_force_path_style = true (if your provider requires path-style)
Key Considerations for On-Premise S3:
Endpoint URL: Getting the correct endpoint URL is the most important step.
Authentication: Ensure you have the correct access keys and secret keys configured for your on-premise S3.
Networking: Your machine running Rclone needs to be able to network and reach the IP address or hostname of your on-premise S3 service. Firewalls or network configurations might need adjustments.
Features: While most S3-compatible providers implement the core S3 API, some advanced features or specific behaviors might differ from standard AWS S3. If you encounter issues with certain Rclone commands, it could be due to these differences.
Probably, it's outside the scope, but I'm wondering if it will be possible. Thanks :)
The text was updated successfully, but these errors were encountered:
Fellows,
I'm wondering if there is an option to use the S3 compatible providers:
https://rclone.org/s3/
Maybe there could be a free input text where you could a configuration like the one Gemini provided me:
Key Considerations for On-Premise S3:
Probably, it's outside the scope, but I'm wondering if it will be possible. Thanks :)
The text was updated successfully, but these errors were encountered: