Harshavardhana
eb2894233c
Convert gateways into respective packages ( #5200 )
...
- Make azure gateway a package
- Make b2 gateway a package
- Make gcs gateway a package
- Make s3 gateway a package
- Make sia gateway a package
7 years ago
Harshavardhana
8efa82126b
Convert errors tracer into a separate package ( #5221 )
7 years ago
Harshavardhana
099b5293a9
Move gateway unsupported functions into a common struct. ( #5009 )
...
This is done to avoid repeated declaration of not-implemented
functions for each gateway. It also avoids a possible bug in go
https://github.com/golang/go/issues/18468 which is triggered on
our multiple PRs already.
7 years ago
Bala FA
60cc6184d2
azure: handle list objects properly ( #4953 )
...
When removing `minio.sys.tmp` prefixed entries and objects/prefixes is
empty, populate till we get all valid entries.
7 years ago
Harshavardhana
b415c600e1
Add bucketName checks for azure and s3 gateway in GetBucketInfo. ( #4992 )
...
Gateway interface implementations of GetBucketInfo() under
azure and s3 gateway did not perform any bucketname input
validation resulting in incorrect responses when the tests
are expecting InvalidBucketName.
Fixes #4983
7 years ago
Nitish Tiwari
15b65a8342
Added AnonListObjectsV2 support to GCS ( #4584 )
8 years ago
Harshavardhana
a3b085300d
gcs: Add missing AnonListObjectsV2
8 years ago
Krishna Srinivas
3928c1e14c
gateway/gcs: Change in multipart backend format ( #4455 )
8 years ago
Remco Verhoef
0dab038858
Cleanup and update the PR with the master branch.
8 years ago
Harshavardhana
91c7bb65c5
gateway/gcs: send proper error responses for Get/SetBucket policies. ( #4338 )
...
Fixes #4323
8 years ago
Remco Verhoef
3379f005a5
Initial implementation of Google Cloud Storage
8 years ago
Remco
ace4f9fd15
Implement gateway support Google Cloud Storage
8 years ago