minio/pkg
Krishnan Parthasarathi c829e3a13b Support for remote tier management (#12090)
With this change, MinIO's ILM supports transitioning objects to a remote tier.
This change includes support for Azure Blob Storage, AWS S3 compatible object
storage incl. MinIO and Google Cloud Storage as remote tier storage backends.

Some new additions include:

 - Admin APIs remote tier configuration management

 - Simple journal to track remote objects to be 'collected'
   This is used by object API handlers which 'mutate' object versions by
   overwriting/replacing content (Put/CopyObject) or removing the version
   itself (e.g DeleteObjectVersion).

 - Rework of previous ILM transition to fit the new model
   In the new model, a storage class (a.k.a remote tier) is defined by the
   'remote' object storage type (one of s3, azure, GCS), bucket name and a
   prefix.

* Fixed bugs, review comments, and more unit-tests

- Leverage inline small object feature
- Migrate legacy objects to the latest object format before transitioning
- Fix restore to particular version if specified
- Extend SharedDataDirCount to handle transitioned and restored objects
- Restore-object should accept version-id for version-suspended bucket (#12091)
- Check if remote tier creds have sufficient permissions
- Bonus minor fixes to existing error messages

Co-authored-by: Poorna Krishnamoorthy <poorna@minio.io>
Co-authored-by: Krishna Srinivas <krishna@minio.io>
Signed-off-by: Harshavardhana <harsha@minio.io>
2021-04-23 11:58:53 -07:00
..
argon2 fix: refactor locks to apply them uniquely per node (#11052) 2020-12-10 07:28:37 -08:00
auth update license change for MinIO 2021-04-23 11:58:53 -07:00
bpool update license change for MinIO 2021-04-23 11:58:53 -07:00
bucket Support for remote tier management (#12090) 2021-04-23 11:58:53 -07:00
certs update license change for MinIO 2021-04-23 11:58:53 -07:00
cgroup update license change for MinIO 2021-04-23 11:58:53 -07:00
color update license change for MinIO 2021-04-23 11:58:53 -07:00
console update license change for MinIO 2021-04-23 11:58:53 -07:00
csvparser sql, csv: Cache some values between Read() calls to gain performance (#9645) 2020-05-22 10:15:08 -07:00
disk update license change for MinIO 2021-04-23 11:58:53 -07:00
dsync update license change for MinIO 2021-04-23 11:58:53 -07:00
ellipses update license change for MinIO 2021-04-23 11:58:53 -07:00
env update license change for MinIO 2021-04-23 11:58:53 -07:00
etag update license change for MinIO 2021-04-23 11:58:53 -07:00
event update license change for MinIO 2021-04-23 11:58:53 -07:00
fips update license change for MinIO 2021-04-23 11:58:53 -07:00
handlers update license change for MinIO 2021-04-23 11:58:53 -07:00
hash update license change for MinIO 2021-04-23 11:58:53 -07:00
iam/policy Support for remote tier management (#12090) 2021-04-23 11:58:53 -07:00
ioutil update license change for MinIO 2021-04-23 11:58:53 -07:00
kms update license change for MinIO 2021-04-23 11:58:53 -07:00
licverifier update license change for MinIO 2021-04-23 11:58:53 -07:00
lock update license change for MinIO 2021-04-23 11:58:53 -07:00
lsync update license change for MinIO 2021-04-23 11:58:53 -07:00
madmin Support for remote tier management (#12090) 2021-04-23 11:58:53 -07:00
mimedb Support for remote tier management (#12090) 2021-04-23 11:58:53 -07:00
mountinfo update license change for MinIO 2021-04-23 11:58:53 -07:00
net update license change for MinIO 2021-04-23 11:58:53 -07:00
pubsub update license change for MinIO 2021-04-23 11:58:53 -07:00
quick update license change for MinIO 2021-04-23 11:58:53 -07:00
rpc update license change for MinIO 2021-04-23 11:58:53 -07:00
s3select Support for remote tier management (#12090) 2021-04-23 11:58:53 -07:00
safe update license change for MinIO 2021-04-23 11:58:53 -07:00
smart update license change for MinIO 2021-04-23 11:58:53 -07:00
sync/errgroup update license change for MinIO 2021-04-23 11:58:53 -07:00
sys update license change for MinIO 2021-04-23 11:58:53 -07:00
trace update license change for MinIO 2021-04-23 11:58:53 -07:00
trie update license change for MinIO 2021-04-23 11:58:53 -07:00
wildcard update license change for MinIO 2021-04-23 11:58:53 -07:00
words update license change for MinIO 2021-04-23 11:58:53 -07:00