Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .doc_gen/metadata/s3_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ s3_GetObject:
- description: Download the object.
snippet_tags:
- s3.JavaScript.buckets.getobjectV3
- description: Download the object on condition its ETag does not match the one provided.
- description: Download the object on condition its ETag matches the one provided.
snippet_files:
- javascriptv3/example_code/s3/actions/get-object-conditional-request-if-match.js
- description: Download the object on condition its ETag does not match the one provided.
Expand Down
Loading