From 3ab53a62965f2019c7229d9d926f0d7d620b5984 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 14 Oct 2024 09:52:08 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Waqar Ahmed Khan --- include/aws/s3/s3_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aws/s3/s3_client.h b/include/aws/s3/s3_client.h index 449be09f..3609b343 100644 --- a/include/aws/s3/s3_client.h +++ b/include/aws/s3/s3_client.h @@ -82,7 +82,7 @@ enum aws_s3_meta_request_type { * - only {bucket}/{key} format is supported for source and passing arn as * source will not work * - source bucket is assumed to be in the same region as dest - * - source bucket and dest needs both be directory bucket or regular bucket. + * - source bucket and dest bucket must both be either directory buckets or regular buckets. */ AWS_S3_META_REQUEST_TYPE_COPY_OBJECT,