s3BucketPrefix property
The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod
. If the prefix is not provided, the log
is placed at the root level of the bucket.
Implementation
final String? s3BucketPrefix;
The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod
. If the prefix is not provided, the log
is placed at the root level of the bucket.
final String? s3BucketPrefix;