Michał Niewrzał

Results 66 issues of Michał Niewrzał

When we will start using versions higher than `1` we need to start using GetObjectLastCommitted instead GetObjectExactVersion to be able to reach object with e.g. version 3. What we need...

We have one known issue with object consistency while uploading objects. When we are uploading object to the location where a different object already exists we are deleting the existing...

For now, we are using only one version for objects (`1`) so we need to be sure that listing methods will handle versions higher then 1 and multiple committed versions....

Need Estimation

The original request (see the linked zendesk ticket): using same access key, I have uploaded some files from Linux VPS to storj network using uplink.However, I can not download those...

One way to update metadata with S3 is doing server-side copy to the same location with new metadata. We should also support this case in uplink but we don't need...

Changes to release with v1.8.3: https://github.com/storj/uplink/commit/55c79e4a24a57d71c85aa90657c2abf0f8233275 https://github.com/storj/uplink/commit/32fc6af5874825b649c5bf7a636f8430be24487e https://github.com/storj/uplink/commit/4a78b8e6431f5d91dd822e12c61110100ed742cd

Gateway is getting a lot of errors from uplink that have no corresponding type. It's hard to map them without it. This is just list I quickly collected as a...

By default metadata from original object is copied into new object but to be s3 compatible we need an option to set new metadata while creating a copy of the...

Rename EncryptedPath into EncryptedObjectKey in all possible places without modifying metainfo.proto.

refactoring