Ingmar Runge
fa4d627b57
B2 gateway S3 compat: return MD5 hash as ETag from PutObject ( #9183 )
...
- B2 does actually return an MD5 hash for newly uploaded objects
so we can use it to provide better compatibility with S3 client
libraries that assume the ETag is the MD5 hash such as boto.
- depends on change in blazer library.
- new behaviour is only enabled if MinIO's --compat mode is active.
- behaviour for multipart uploads is unchanged (works fine as is).
5 years ago
kannappanr
bc79b435a2
Doc: Fix PutObject API known limitations text ( #7704 )
5 years ago
Scott Edlund
f6fd407e47
Add limitation to b2.md ( #7680 )
...
The B2 gateway does not implement reporting md5sum as an etag response from PutObject. Add to Known Limitations.
6 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Harshavardhana
9f87283cd5
Revert and bring back B2 gateway implementation ( #7224 )
...
This PR is simply a revert of 3265112d04
just for B2 gateway.
6 years ago
Harshavardhana
3265112d04
Remove gateway implementations for manta, sia and b2 ( #7115 )
6 years ago
Edward Vielmetti
e76fe435c4
"account_id" for "accound_id" ( #5757 )
7 years ago
Edward Vielmetti
1e50951a4a
typo fix ( #5756 )
7 years ago
Harshavardhana
4d02f9bccf
fix gateway docs comprehensively ( #5740 )
7 years ago
poornas
25107c2e11
Add NAS gateway support ( #5516 )
7 years ago
techknowlogick
0d435e11b1
Change container name in b2 docs ( #5259 )
7 years ago
Harshavardhana
3d2d63f71e
Fix gateway docs remove redundant files ( #5072 )
7 years ago
Harshavardhana
0c0d1e4150
Implement backblaze-b2 gateway support ( #5002 )
...
Fixes https://github.com/minio/minio/issues/4072
7 years ago