Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,14 @@ rc admin service-account update local/ SAKEY123 --policy ./service-account-polic
rc admin access-key info local/ AKIAIOSFODNN7EXAMPLE
rc admin access-key info local/ AKIAIOSFODNN7EXAMPLE --json

# On-demand migration: serve misses from an external source bucket and backfill the rest
RC_ODM_SECRET_KEY=... rc admin bucket migration set local/photos --provider minio \
--endpoint https://source.example.com:9000 --region us-east-1 \
--source-bucket legacy-photos --access-key AKIASOURCE --dry-run
rc admin bucket migration status local/photos
rc admin bucket migration backfill start local/photos
rc admin bucket migration backfill status local/photos --watch

# Manage bucket event notifications
rc event add local/my-bucket arn:aws:sns:us-east-1:123456789012:topic --event 's3:ObjectCreated:*'
rc event list local/my-bucket
Expand Down
Loading
Loading