Anis Elleuch
dfadf70a7f
mint: Add more SQL tests ( #9540 )
5 years ago
kannappanr
af0309371e
mint tests s3cmd remove copy object test ( #9595 )
...
test is failing in Azure gateway as a mapping from
x-amz-storage-class to Azure storage tier is failing
and there is no way to not send storage class in s3cmd.
5 years ago
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
60d415bb8a
deprecate/remove global WORM mode ( #9436 )
...
global WORM mode is a complex piece for which
the time has passed, with the advent of S3 compatible
object locking and retention implementation global
WORM is sort of deprecated, this has been mentioned
in our documentation for some time, now the time
has come for this to go.
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
Anis Elleuch
9902c9baaa
sql: Add support of escape quote in CSV ( #9231 )
...
This commit modifies csv parser, a fork of golang csv
parser to support a custom quote escape character.
The quote escape character is used to escape the quote
character when a csv field contains a quote character
as part of data.
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
Anis Elleuch
35ecc04223
Support configurable quote character parameter in Select ( #8955 )
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
poornas
60e60f68dd
Add support for object locking with legal hold. ( #8634 )
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
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
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
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