Loading...

CDN.com.tr Help

Object Storage and AWS CLI

Create buckets, rotate access keys, bind buckets to apps, and verify with the S3-compatible endpoint.

Object Storage and AWS CLI

Create buckets, rotate access keys, bind buckets to apps, and verify with the S3-compatible endpoint.

Use cases

A migrated app needs user uploads in Object Storage and a terminal smoke check with AWS CLI.

Workflow

  1. Create bucket.
  2. Create access key.
  3. Bind bucket to app.
  4. Run AWS CLI against `https://s3.cdn.com.tr`.
  5. Rotate/revoke keys when needed.

Checks

  • Bucket belongs to account.
  • Access secret is only shown at creation.
  • Checksum compatibility variables are documented.

Smoke tests

  • SmokeManagedContainerUiCommandTest requires optional AWS CLI verification.
  • PlatformHelpDocumentationTest checks the AWS CLI guide content.

Related pages