Andrew Gaul
Andrew Gaul
@tralfamadude I use hpcloud-objectstorage by setting my identity to [email protected]:accessID. You should find your tenantId by logging into the HP management console. Does this resolve your issue?
This has an interesting failure on older Linux distros: ``` 2024-03-10T08:03:02.5821599Z s3fs: [ERR] fdcache_stat.cpp:RenameCacheFileStat(154): failed to link old cache file stat path(/tmp/s3fs-cache/.s3fs-integration-test.stat/testrun-9269/testdir-9428/testfile) to new cache file stat path(/tmp/s3fs-cache/.s3fs-integration-test.stat/testrun-9269/timetestdir/testfile) by errno(2)....
References gaul/modernizer-maven-plugin#241.
Does the [bucket locator middleware](https://github.com/gaul/s3proxy/wiki/Middleware-bucket-locator) address your use case? @timuralp
This should work but I have not tested it.
Detecting failures is one hard part about this -- systems often fail by being slow or emit HTTP 501 or similar errors. It is a lot easier to redirect requests....
This is a good feature request and something that is straightforward for some common use cases. S3Proxy uses Apache jclouds to enable portability between object stores. S3 has more storage...
Yeah I think this `enum` was a mistake and supporting arbitrary strings would be better for OpenStack Swift and future use cases. Let me see how easy it is to...
Accepting arbitrary strings in jclouds is a bummer so we are stuck with the current mappings.
S3Proxy includes the ETag if it is exists. For the filesystem backend, this is only present if S3Proxy created the object which stores the tag in the extended attributes if...