Skip to content

Commit

Permalink
Add changes based on suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
nisuraaa committed May 3, 2024
1 parent 4fbe5d6 commit 94e73ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions s3/records.bal
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ public type MultipartUploadHeaders record {
# Represents the details of a part uploaded through the `UploadPart` function.
#
# + partNumber - The part number of the file part
# + ETag - The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object,
# not its metadata
# + ETag - Represents the hash value of the object, which reflects modifications made exclusively to the contents of the object
public type CompletedPart record {
@display {label: "Part Number"}
int partNumber;
Expand Down

0 comments on commit 94e73ef

Please sign in to comment.