Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7cc7400
chore(deps): bump net-imap from 0.4.24 to 0.5.15 in /ruby (#7924)
dependabot[bot] Jun 15, 2026
83bab1e
chore(deps): bump shell-quote from 1.7.3 to 1.8.4 in /resources/clien…
dependabot[bot] Jun 15, 2026
4a3d80d
chore(deps): bump guzzlehttp/psr7 from 2.8.0 to 2.11.0 in /php/exampl…
dependabot[bot] Jun 15, 2026
ed3eb27
chore(deps): bump guzzlehttp/psr7 from 2.6.2 to 2.11.0 in /php/exampl…
dependabot[bot] Jun 15, 2026
b53a6cb
chore(deps): bump guzzlehttp/psr7 from 2.8.0 to 2.11.0 in /php/exampl…
dependabot[bot] Jun 15, 2026
596a69e
chore(deps): bump esbuild, @vitejs/plugin-react and vite in /resource…
dependabot[bot] Jun 15, 2026
884932b
chore(deps): bump guzzlehttp/psr7 from 2.9.0 to 2.11.0 in /php/exampl…
dependabot[bot] Jun 15, 2026
ee03496
chore(deps): bump esbuild, @vitejs/plugin-react and vite in /applicat…
dependabot[bot] Jun 15, 2026
75adf4a
chore(deps): bump guzzlehttp/psr7 from 2.9.0 to 2.11.0 in /php/exampl…
dependabot[bot] Jun 15, 2026
10ac62e
Add doesObjectExist convenience method (#7920)
RanVaknin Jun 15, 2026
abcdaf9
chore(deps): bump guzzlehttp/psr7 from 2.9.0 to 2.11.0 in /php/exampl…
dependabot[bot] Jun 15, 2026
b4031d3
chore(deps): bump guzzlehttp/psr7 from 2.9.0 to 2.11.0 in /php (#7940)
dependabot[bot] Jun 15, 2026
6d76a62
chore(deps): bump shell-quote from 1.8.0 to 1.8.4 in /python/cross_se…
dependabot[bot] Jun 15, 2026
a947d72
chore(deps): bump ws in /resources/clients/react/elwing (#7942)
dependabot[bot] Jun 15, 2026
34e9c3c
chore(deps-dev): bump form-data from 3.0.4 to 3.0.5 in /resources/cdk…
dependabot[bot] Jun 15, 2026
615cdfa
fixed Kotlin RDS examples. They used outdated version and did not wor…
scmacdon Jun 17, 2026
1def4e6
chore(deps-dev): bump aws-cdk-lib from 2.241.0 to 2.246.0 in /resourc…
dependabot[bot] Jun 18, 2026
ebb794c
chore(deps): bump aws-cdk-lib from 2.190.0 to 2.246.0 in /.tools/test…
dependabot[bot] Jun 18, 2026
b03e3cf
Update hello_autoscaling.py
rlhagerm Jun 19, 2026
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
18 changes: 18 additions & 0 deletions .doc_gen/metadata/s3_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3940,6 +3940,24 @@ s3_Scenario_DoesBucketExist:
services:
s3: {GetBucketAcl}

s3_Scenario_DoesObjectExist:
title: Check if an object exists
title_abbrev: Check if an object exists
synopsis: check if an object exists.
category: Scenarios
languages:
Java:
versions:
- sdk_version: 2
github: javav2/example_code/s3
sdkguide:
excerpts:
- description: You can use the following <code>doesObjectExist</code> method as a replacement for the &Java; V1 <ulink url="https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Client.html#doesObjectExist-java.lang.String-java.lang.String-">AmazonS3Client#doesObjectExist(String, String)</ulink> method.
snippet_tags:
- s3.java2.does-object-exist-main
services:
s3: {HeadObject}

s3_CreatePresignedPost:
languages:
.NET:
Expand Down
148 changes: 95 additions & 53 deletions .tools/test/stacks/images/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .tools/test/stacks/images/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@aws-cdk/aws-iam": "^1.204.0",
"@aws-cdk/aws-s3": "^1.204.0",
"@aws-cdk/core": "^1.204.0",
"aws-cdk-lib": "2.190.0",
"aws-cdk-lib": "2.246.0",
"constructs": "^10.0.0",
"js-yaml": "^4.1.0",
"source-map-support": "^0.5.21",
Expand Down
Loading
Loading