Re: S3G ETag support

2023-08-02 Thread Slava Tutrinov
Thanks for the response! A couple of separate tickets (as subtasks for HDDS-792) should be created to implement the feature: - PUT request (ETag is required in a response header) - Multipart upload - GET request (provide a correct ETag saved on uploading the file) I'm going to create the

Re: S3G ETag support

2023-08-02 Thread Wei-Chiu Chuang
I did not scope that when I added file checksum support, because Steve L. told me the Hadoop S3A etag checksum has some problem and he had to disable it by default. I don't think anyone else is looking at this space currently. On Wed, Aug 2, 2023 at 9:53 AM Slava Tutrinov wrote: > Hi everyone, >