ArunaStorage / proxy

DEPRECATED: See https://github.com/ArunaStorage/aruna/tree/main/components/data_proxy for latest release
Apache License 2.0
5 stars 0 forks source link

S3 Mapping: Object #18

Closed MariusDieckmann closed 9 months ago

MariusDieckmann commented 1 year ago

Objects in S3 can not be simply mapped to AOS objects since updating is handled differently. In AOS an update always creates a new object with a new unique ID, while in S3 the objects ID (the key) would remain the same and only a new revision (version) is created. A mapping could look like this:

St4NNi commented 9 months ago

Closed because it is irrelevant -> V1