Skip to content

Commit

Permalink
Added more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam committed Aug 9, 2024
1 parent 9748b1e commit ec78cef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ private String initiateMultipartUpload() throws IOException {
.bucket(uri.bucket().orElseThrow())
.key(uri.key().orElseThrow())
.build();
// Note: We can add support for other parameters like tagging, storage class, encryption, permissions, etc. in
// future
final CompletableFuture<CreateMultipartUploadResponse> future =
s3AsyncClient.createMultipartUpload(createMultipartUploadRequest);
final CreateMultipartUploadResponse response;
Expand Down

0 comments on commit ec78cef

Please sign in to comment.