Re: [PR] HDDS-11457. Internal error on S3 CompleteMultipartUpload if parts are not specified [ozone]

2024-09-16 Thread via GitHub
adoroszlai commented on PR #7195: URL: https://github.com/apache/ozone/pull/7195#issuecomment-2352149039 Thanks @ivandika3 for the review. -- 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 spec

Re: [PR] HDDS-11457. Internal error on S3 CompleteMultipartUpload if parts are not specified [ozone]

2024-09-16 Thread via GitHub
adoroszlai merged PR #7195: URL: https://github.com/apache/ozone/pull/7195 -- 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: issues-unsubscr...@ozone.apac

Re: [PR] HDDS-11457. Internal error on S3 CompleteMultipartUpload if parts are not specified [ozone]

2024-09-15 Thread via GitHub
ivandika3 commented on code in PR #7195: URL: https://github.com/apache/ozone/pull/7195#discussion_r1760441667 ## hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/util/S3Utils.java: ## @@ -116,4 +118,11 @@ public static S3StorageType toS3StorageType(String storag

[PR] HDDS-11457. Internal error on S3 CompleteMultipartUpload if parts are not specified [ozone]

2024-09-13 Thread via GitHub
adoroszlai opened a new pull request, #7195: URL: https://github.com/apache/ozone/pull/7195 ## What changes were proposed in this pull request? When submitting `CompleteMultipartUpload` request without parts, `CompleteMultipartUploadRequestUnmarshaller` encounters `SAXParseException`,