damooo opened a new issue, #2013: URL: https://github.com/apache/incubator-opendal/issues/2013
Many cloud backends supports attaching custom metadata as key-value pairs to an object. That is a great way to attach some metadata to an object in concurrency-safe transactional way with out much fuss at application layer. It would be great if opendal propagates that support. SeeAlso: - s3: [https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html](Using object metadata) - gcs: [https://cloud.google.com/storage/docs/metadata](Object metadata] - etc. These all services have different custom header coonventions for custom kv metadata. We can normalize at opendal args layer, and propagate as per convention. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
