cpp/example_code/s3/get_put_object_acl.cpp (6 lines): - line 288: //TODO: Change bucket_name to the name of a bucket in your account. - line 290: //TODO: Create a file called "my-file.txt" in the local folder where your executables are built to. - line 292: //TODO: Set to the AWS Region in which the bucket was created. - line 296: //TODO: Set owner_id to your canonical id. It is your bucket so you are the ACL owner. - line 306: //TODO: Select which form of grantee (grantee_type) you want, then you must update the data - line 328: //TODO: If you elected to use a grantee type other than canonical user above, update this method to cpp/example_code/s3/get_put_bucket_acl.cpp (5 lines): - line 276: //TODO: Change bucket_name to the name of a bucket in your account. - line 281: //TODO: Set to the AWS Region in which the bucket was created. - line 284: //TODO: Set the ACL's owner information (if it is your bucket, then you want your canonical id). - line 292: //TODO: Select which form of grantee you want to specify, and update the corresponding data. - line 312: //TODO: If you elected to use a grantee type other than canonical user above, update this method to cpp/example_code/s3/copy_object.cpp (4 lines): - line 46: //TODO: Name of object already in bucket. - line 49: //TODO: Change from_bucket to the name of your bucket that already contains "my-file.txt". - line 52: //TODO: Change to the name of another bucket in your account. - line 55: //TODO: Set to the AWS Region in which the bucket was created. cpp/example_code/s3/delete_object.cpp (3 lines): - line 40: //TODO: The object_key is the unique identifier for the object in the bucket. In this example set, - line 43: //TODO: Change from_bucket to the name of a bucket in your account. - line 45: //TODO: Set to the AWS Region in which the bucket was created. cpp/example_code/s3/put_object.cpp (3 lines): - line 98: //TODO: Change bucket_name to the name of a bucket in your account. - line 100: //TODO: Create a file called "my-file.txt" in the local folder where your executables are built to. - line 102: //TODO: Set to the AWS Region in which the bucket was created. cpp/example_code/s3/get_object.cpp (3 lines): - line 84: //TODO: Change bucket_name to the name of a bucket in your account. - line 87: //TODO: The bucket "DOC-EXAMPLE-BUCKET" must have been created and previously loaded with "my-file.txt". - line 91: //TODO: Set to the AWS Region in which the bucket was created. cpp/example_code/s3/get_acl.cpp (3 lines): - line 45: //TODO: Name of your bucket that already contains "my-file.txt". - line 48: //TODO: Name of object already in bucket. - line 50: //TODO: Set to the AWS Region in which the bucket was created. cpp/example_code/s3/put_object_async.cpp (3 lines): - line 122: // TODO: Change bucket_name to the name of a bucket in your account. - line 124: //TODO: Create a file called "my-file.txt" in the local folder where your executables are built to. - line 126: //TODO: Set to the AWS Region in which the bucket was created. cpp/example_code/s3/put_website_config.cpp (3 lines): - line 84: //TODO: Change bucket_name to the name of a bucket in your account. - line 86: //TODO: Set to the AWS Region in which the bucket was created. - line 88: //TODO: Create these two files to serve as your website cpp/example_code/s3/delete_bucket_policy.cpp (2 lines): - line 40: //TODO: Change bucket_name to the name of a bucket in your account. - line 42: //TODO: Set to the AWS Region in which the bucket was created. cpp/example_code/s3/get_bucket_policy.cpp (2 lines): - line 73: //TODO: Change bucket_name to the name of a bucket in your account. - line 75: //TODO: Set to the AWS Region in which the bucket was created. javav2/example_code/pinpoint/src/main/java/com/example/pinpoint/UpdateEmailChannel.java (2 lines): - line 18: //TODO: Provide ApplicationId/ProjectId - line 35: //TODO: Update personal identity and from address cpp/example_code/s3-crt/s3-crt-demo.cpp (2 lines): - line 213: // TODO: Add a large file to your executable folder, and update file_name to the name of that file. - line 219: //TODO: Set to your account AWS Region. cpp/example_code/s3/delete_bucket.cpp (2 lines): - line 39: //TODO: Change bucket_name to the name of a bucket in your account. - line 42: //TODO: Set to the AWS Region of the bucket bucket_name. cpp/example_code/s3/put_object_buffer.cpp (2 lines): - line 74: // TODO: Change bucket_name to the name of a bucket in your account. - line 78: //TODO: Set to the AWS Region in which the bucket was created. cpp/example_code/s3/get_website_config.cpp (2 lines): - line 78: //TODO: Change bucket_name to the name of a bucket in your account. - line 80: //TODO: Set to the AWS Region in which the bucket was created. cpp/example_code/s3/list_objects.cpp (2 lines): - line 83: //TODO: Name of a bucket in your account. - line 88: //TODO: Set to the AWS Region in which the bucket was created. cpp/example_code/s3/delete_website_config.cpp (2 lines): - line 39: //TODO: Change bucket_name to the name of a bucket in your account. - line 41: //TODO: Set to the AWS Region in which the bucket was created. tools/cdk_app_template/setup.ts (2 lines): - line 6: // TODO: Customize this AWS Cloud Development Kit (AWS CDK) code for your - line 24: // TODO: Add the code that defines your stack here. cpp/example_code/s3/put_bucket_policy.cpp (2 lines): - line 114: //TODO: Change bucket_name to the name of a bucket in your account. - line 116: //TODO: Set to the AWS Region in which the bucket was created. java/example_code/cognito/src/main/java/aws/example/cognito/EnableMFAForCognitoUser.java (1 line): - line 34: // TODO - Add your data here! java/example_code/dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/client/FaultInjectionRequestHandler.java (1 line): - line 128: // TODO Auto-generated method stub resources/cdk/messaging-app-unauthenticated-role-sqs-fifo-queue/setup.ts (1 line): - line 6: // TODO: Customize this AWS Cloud Development Kit (AWS CDK) code for your java/example_code/dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/client/DynamoDBDynamicFaultInjection.java (1 line): - line 182: // TODO: handle exception javav2/example_code/transcribe/src/main/java/com/amazonaws/transcribestreaming/TranscribeStreamingDemoFile.java (1 line): - line 217: //TODO: Add support for MediaEncoding.OGG_OPUS and MediaEncoding.FLAC. resources/cdk/submit-data-app-unauthenticated-role/setup.ts (1 line): - line 6: // TODO: Customize this AWS Cloud Development Kit (AWS CDK) code for your cpp/example_code/s3/create_bucket.cpp (1 line): - line 41: //TODO: Set to the AWS Region of your account. If not, you will get a runtime