Michał Niewrzał
Michał Niewrzał
One of result fields in AWS S3 ListObjectVersions is `IsLatest` which describes if object is latest version. We need to provide such information on satellite side. Potential ways to solve...
S3 requests can ask for `null` version, which means its specifying object from before enabling versioning. At the moment we don't support it but we should. Example splunk test case...
After running https://github.com/splunk/s3-tests turns out that S3 supports suspending versioned bucket which is not possible currently with our implementation.
Not sure how to be honest :)
Currently we have 3 roundtrips for CompleteMultipartUpload: * ListUploadParts * ListUpload (to get metadata) * CommitUpload We should be able at least to batch ListUploadParts and ListUpload.
Minio implementation is encoding GetObjectTagging results without keeping the same order as input keys. It's not a big problem but because of that some `ceph` tests are flaky (e.g. test_get_obj_tagging)....
https://github.com/storj-thirdparty/nextcloud-app/issues/8 https://github.com/storj-thirdparty/uplink-nodejs/issues/33
Would be nice to automatically generate/deploy a new version of documentation after each release.
In case ranged loop don't run tally for one or more days storage nodes displays gaps in usage (see SN screenshot). After investigation it looks that this will not affect...
- [x] code changes to support having multiple adapters (ranged loop, node aliases, etc) @thepaul - [x] configuration flag to set spanner as metabase backed for specific project @mniewrzal -...