Skip to content

Commit

Permalink
updated S3 yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Mar 21, 2024
1 parent 85e10a8 commit 11e2f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .doc_gen/metadata/s3_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3067,10 +3067,10 @@ s3_Scenario_ObjectLock:
excerpts:
- description: Run an interactive scenario demonstrating &S3; object lock features.
snippet_tags:
- s3.java2.async_stream.import
- S3LockWorkflow.javav2.ObjectLockWorkflow.main
- description: A wrapper class for S3 functions.
snippet_tags:
- s3.tm.java2.upload_stream.import
- S3LockWorkflow.javav2.S3ActionsWrapper.main
.NET:
versions:
- sdk_version: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ private static String getFileExtension(String fileName) {
}

// Enable object lock on an existing bucket.

public static void configurationSetup() {
String noLockBucketName = bucketName + "-no-lock";
String lockEnabledBucketName = bucketName + "-lock-enabled";
Expand Down

0 comments on commit 11e2f0e

Please sign in to comment.