AWSS3.jl other cloud provider

Hello,
Is it possible to manage S3 buckets with AWSS3.jl from other cloud providers. Several cloud providers allow using aws cli ?
Thanks for answering.

There are some docs here: https://github.com/JuliaCloud/AWS.jl#modifying-functionality

1 Like

I have been using Minio package for this task and found it convenient for S3 compatible providers. You may take a look at a short description here: How to access S3 compatible CEPH bucket?