1
0
mirror of https://github.com/minio/minio.git synced 2025-01-30 16:06:00 -05:00

5 Commits

Author SHA1 Message Date
poornas
4f73fd9487 Unify gateway and object layer. ()
* Unify gateway and object layer. Bring bucket policies into
object layer.
2018-02-09 15:19:30 -08:00
poornas
0bb6247056 Move nslocking from s3 layer to object layer ()
Fixes 
2018-01-13 10:04:52 +05:30
Aditya Manthramurthy
f1355da72e Add base64 encoded MD5 output for Hash Reader ()
- Use it to send the Content-MD5 header correctly encoded to S3
  Gateway

- Fixes a bug in PutObject (including anonymous PutObject) and
  PutObjectPart with S3 Gateway found when testing with Mint.
2017-12-21 17:27:33 -08:00
Harshavardhana
eb7c690ea9 Support in-place upgrades of new minio binary and releases. ()
This PR allows 'minio update' to not only shows update banner
but also allows for in-place upgrades.

Updates are done safely by validating the downloaded
sha256 of the binary.

Fixes 
2017-12-15 12:33:42 -08:00
Harshavardhana
eb2894233c Convert gateways into respective packages ()
- 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
2017-12-05 17:58:09 -08:00