Andrew Gaul
Andrew Gaul
S3Proxy supports Azure multi-part upload but needs to subdivide the S3 parts into smaller sizes due to Azure limitations: https://github.com/gaul/s3proxy/blob/dd73dff0acf2e22f328f22dd0b84b04c3b48a331/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java#L2827 I believe that upgrading the Azure version would raise but...
What does `bucketcreation.sh` do? I recommend simplifying this using a known good client like AWS CLI. You can also use the `transient` provider to simplify this since openstack could be...
Can you try 2.1.0-SNAPSHOT?
Try 2.2.0 to address the gson issue.
This is possible to add via a middleware by chaining the filesystem storage backend in front of another, e.g., azureblob. However this support does not currently exist.
Do you mean publishing a release containing #422? I plan to run another jclouds release before releasing S3Proxy 2.1.0.
I am traveling for a few weeks but you can use the latest 2.1.0-SNAPSHOT in the mean-time.
As I said in #262, I don't think this is a good default behavior. We can add it as an option that is disabled by default or preferably a middleware....
This poor performance is a compromise since S3Proxy attempts to store objects in the native file format. Each multipart upload creates a temporary object. When the client call complete MPU,...
Java 20 adds support for `copy_file_range`: https://bugs.openjdk.org/browse/JDK-8264744 I believe that this can trigger the reflink mechanisms in btrfs and xfs.