Harshavardhana
36e88cbd50
fix mint tests in awscli to ignore NotImplemented properly ( #9561 )
5 years ago
Harshavardhana
a1de9cec58
cleanup object-lock/bucket tagging for gateways ( #9548 )
...
This PR is to ensure that we call the relevant object
layer APIs for necessary S3 API level functionalities
allowing gateway implementations to return proper
errors as NotImplemented{}
This allows for all our tests in mint to behave
appropriately and can be handled appropriately as
well.
5 years ago
Harshavardhana
6817c5ea58
migrate mint tests to latest versions ( #9424 )
5 years ago
Harshavardhana
3ff5bf2369
fix: convert storage class into azure tiers ( #9381 )
5 years ago
Harshavardhana
8bae956df6
allow copyObject to rotate storageClass of objects ( #9362 )
...
Added additional mint tests as well to verify, this
functionality.
Fixes #9357
5 years ago
poornas
60e60f68dd
Add support for object locking with legal hold. ( #8634 )
5 years ago
Bala FA
fb48ca5020
Add Get/Put Bucket Lock Configuration API support ( #8120 )
...
This feature implements [PUT Bucket object lock configuration][1] and
[GET Bucket object lock configuration][2]. After object lock
configuration is set, existing and new objects are set to WORM for
specified duration. Currently Governance mode works exactly like
Compliance mode.
Fixes #8101
[1] https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTObjectLockConfiguration.html
[2] https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETObjectLockConfiguration.html
5 years ago
poornas
4553db3872
mint: turn off progress for awscli sync test ( #8158 )
...
Bumping up to awscli 1.11.177 which supports --no-progress flag
5 years ago
Harshavardhana
1dc25bcf5f
Add mint tests into MinIO repo ( #7886 )
5 years ago