diff --git a/src/content/docs/r2/buckets/storage-classes.mdx b/src/content/docs/r2/buckets/storage-classes.mdx index cb1a9b55bb76420..cf2f423945e52ec 100644 --- a/src/content/docs/r2/buckets/storage-classes.mdx +++ b/src/content/docs/r2/buckets/storage-classes.mdx @@ -79,7 +79,7 @@ An example of switching an object from `STANDARD` to `STANDARD_IA` using `aws cl ```sh aws s3api copy-object \ - --endpoint-url https://.r2.cloudflarestorage.com \ + --endpoint-url https://.r2.cloudflarestorage.com \ --bucket bucket-name \ --key path/to/object.txt \ --copy-source /bucket-name/path/to/object.txt \ @@ -87,4 +87,4 @@ aws s3api copy-object \ ``` - Refer to [aws CLI](/r2/examples/aws/aws-cli/) for more information on using `aws CLI`. -- Refer to [object-level operations](/r2/api/s3/api/#object-level-operations) for the full list of object-level API operations with R2-compatible S3 API. \ No newline at end of file +- Refer to [object-level operations](/r2/api/s3/api/#object-level-operations) for the full list of object-level API operations with R2-compatible S3 API.