Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java V2 update the S3 Java ListBuckets example #7192

Merged
merged 10 commits into from
Jan 29, 2025
Prev Previous commit
rolled in review comments made by S3 team
  • Loading branch information
scmacdon authored and rlhagerm committed Jan 29, 2025
commit ebcb3b98a525c277469a8ea66f47a9598828f334
2 changes: 1 addition & 1 deletion .doc_gen/metadata/s3-control_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ s3-control_CreateJob:
- description: Create a legal hold off job.
snippet_tags:
- s3control.java2.create_job.compliance.main
- description: Create a new governance retemtion job.
- description: Create a new governance retention job.
snippet_tags:
- s3.java2.create_governance_retemtion.main
services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0


package com.example.s3.lockscenario;
package com.example.s3.batch;

import software.amazon.awssdk.regions.Region;
import software.amazon.awssdk.services.iam.IamClient;
Expand Down
Loading