StorageGRID S3マルチパートアップロードでエラーが発生する
環境
StorageGRID 11.0.1.2.
問題
- マルチパートアップロードを使用してStorageGRID S3にアップロードする際のエラー。
- アプリケーション側では、次のエラーが表示される場合があります。
com.amazonaws.services.s3.model.AmazonS3Exception: The specified multipart upload does not exist. The upload ID might be invalid, or the multipart upload might have been aborted or completed. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchUpload; Request ID: 160028395; S3 Extended Request ID: null)
com.amazonaws.services.s3.model.AmazonS3Exception: One or more of the specified parts could not be found. The part might not have been uploaded, or the specified entity tag might not have matched the part's entity tag. (Service: null; Status Code: 0; Error Code: InvalidPart; Request ID: null; S3 Extended Request ID: null)