P R
3f6d624c7b
add gateway object tagging support ( #9124 )
5 years ago
Harshavardhana
1bc32215b9
enable full linter across the codebase ( #9620 )
...
enable linter using golangci-lint across
codebase to run a bunch of linters together,
we shall enable new linters as we fix more
things the codebase.
This PR fixes the first stage of this
cleanup.
5 years ago
Harshavardhana
6817c5ea58
migrate mint tests to latest versions ( #9424 )
5 years ago
Klaus Post
8d98662633
re-implement data usage crawler to be more efficient ( #9075 )
...
Implementation overview:
https://gist.github.com/klauspost/1801c858d5e0df391114436fdad6987b
5 years ago
Nitish Tiwari
7e819d00ea
Fix Error Code for ObjectTagging Parsing ( #8971 )
...
Also add Mint tests
5 years ago
Nesty92
b1bfd75fcf
Aws SDK go functional test: add SSE-C CopyObject test ( #8938 )
5 years ago
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
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
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
1dc25bcf5f
Add mint tests into MinIO repo ( #7886 )
5 years ago