Nesty92
f6a7d4d29b
Add CreateBucketError, ListMultipartUploads functional test ( #8886 )
5 years ago
Nitish Tiwari
61c17c8933
Add ObjectTagging Support ( #8754 )
...
This PR adds support for AWS S3 ObjectTagging API as explained here
https://docs.aws.amazon.com/AmazonS3/latest/dev/object-tagging.html
5 years ago
poornas
60e60f68dd
Add support for object locking with legal hold. ( #8634 )
5 years ago
Harshavardhana
64fde1ab95
xl/zones: return errNoHealRequired when no heal is required ( #8821 )
...
Zone abstraction of object layer was returning `nil`
incorrectly under situations where disk healing is
not required. Returning `nil` is considered as healing
successful, which leads to unexpected ReloadFormat()
peer notification calls during startup.
This PR fixes this behavior properly for zones.
5 years ago
Anis Elleuch
169e8742fc
mint: Use https for access to maven reposity ( #8824 )
...
Maven repository requires HTTPS now. This lead to issues
building mint image in aws-sdk-java & minio-java.
The PR fixes the issue and also bump aws sdk version in
aws-sdk-java to the latest.
5 years ago
Harshavardhana
d4a390028a
node 6.x is EOL'ed upgrade to latest stable ( #8702 )
5 years ago
kannappanr
eaa838a63f
mint: Change aws cli version ( #8699 )
5 years ago
Praveen raj Mani
842d0241ed
Fix aws-sdk-php functional test cases for GCS gateway ( #8613 )
...
Fixes #8570
5 years ago
Harshavardhana
5d3d57c12a
Start using error wrapping with fmt.Errorf ( #8588 )
...
Use fatih/errwrap to fix all the code to use
error wrapping with fmt.Errorf()
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
Harshavardhana
26863009c0
Load certs even if they are symlinks ( #8494 )
5 years ago
Harshavardhana
b512241300
Add metrics healthcheck test with JWT ( #8287 )
5 years ago
Praveen raj Mani
ad75683bde
Authorize prometheus endpoint with bearer token ( #7640 )
5 years ago
Yao Zongyou
0e1408844b
fix get container id bug ( #8196 )
5 years ago
Harshavardhana
94e5cb7576
Migrate to go1.13 to avail all new features ( #8203 )
...
Read more https://blog.golang.org/go1.13
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
b83413b167
Use GOPROXY to speed up builds ( #7984 )
...
Read more here https://proxy.golang.org proposal
for go1.13
5 years ago
Christian Muehlhaeuser
c5faba55c1
Comment: Typo Fix ( #7958 )
5 years ago
Kanagaraj M
12353caf35
Fix: Support Unicode delimiters in s3 select ( #7931 )
5 years ago
Harshavardhana
5a52bc7ff6
Fix mint hub.docker.com builds ( #7908 )
5 years ago
poornas
045e1fed2b
Fix dotnet tests build to be project structure agnostic ( #7906 )
5 years ago
Harshavardhana
1dc25bcf5f
Add mint tests into MinIO repo ( #7886 )
5 years ago