Skip to content

Commit e5b2f5d

Browse files
typo in storage-classes.mdx
1 parent aa347ba commit e5b2f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/r2/buckets/storage-classes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ An example of switching an object from `STANDARD` to `STANDARD_IA` using `aws cl
7979

8080
```sh
8181
aws s3api copy-object \
82-
--endpoint-url https://<ACCONUT_ID>.r2.cloudflarestorage.com \
82+
--endpoint-url https://<ACCOUNT_ID>.r2.cloudflarestorage.com \
8383
--bucket bucket-name \
8484
--key path/to/object.txt \
8585
--copy-source /bucket-name/path/to/object.txt \
8686
--storage-class STANDARD_IA
8787
```
8888

8989
- Refer to [aws CLI](/r2/examples/aws/aws-cli/) for more information on using `aws CLI`.
90-
- 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.
90+
- 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.

0 commit comments

Comments
 (0)