Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/r2/buckets/storage-classes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ An example of switching an object from `STANDARD` to `STANDARD_IA` using `aws cl

```sh
aws s3api copy-object \
--endpoint-url https://<ACCONUT_ID>.r2.cloudflarestorage.com \
--endpoint-url https://<ACCOUNT_ID>.r2.cloudflarestorage.com \
--bucket bucket-name \
--key path/to/object.txt \
--copy-source /bucket-name/path/to/object.txt \
--storage-class STANDARD_IA
```

- 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.
- 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.
Loading