Andrew Gaul
Andrew Gaul
jclouds abstracts the physical placement of data in `Location` which can be configured via the `jclouds.region` and `jclouds.regions` properties. This is poorly documented in the S3Proxy and it isn't obvious...
It might be nice to remap all public access to private or vice versa for policy reasons. This would also help work around providers that lack some kinds of access...
Microsoft offers [Azurite](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite) to allow local testing of Azure blobstore. This could be used for S3Proxy Azure CI testing. Initially just use the unit tests but s3-tests should be possible...
Currently S3Proxy uses jclouds for the transient (in-memory) and filesystem (on-disk) providers for local storage. Given jclouds declining activity, it would be prudent to bring more of its functionality into...
https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/
The latter starts up significantly slower which impedes integration test times. curl has some limitations, e.g., no SSE support.
Release notes: https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.6.0
aarch64 GitHub runners should be faster than x86_64.