fhilgers commented on issue #6285: URL: https://github.com/apache/arrow-rs/issues/6285#issuecomment-2349218970
How do you plan on implementing `ObjectStore::copy_if_not_exists`. The new conditional features from aws only allow checking etag on the source for copy operations. `x-amz-copy-source-if-match` and `x-amz-copy-source-if-match` only check the source, not the destination as far as i understand (https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html). Is there a workaround through the conditonal Put operadions? Minio already supported these headers prior to AWS, but has anyone tried to use Minio for the conditional operations without dynamodb? -- 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]
