Harshavardhana
a2825702f8
Increase maximum 1000 List keys to 10000 ( #8444 )
5 years ago
Anis Elleuch
61927d228c
listV2: Continuation and NextContinuation tokens are encoded with base64 ( #8337 )
...
Minio V2 listing uses object names/prefixes as continuation tokens. This
is problematic when object names contain some characters that are forbidden
in XML documents. This PR will use base64 encoded form of continuation
and next continuation tokens to address that corner case.
5 years ago
Harshavardhana
e6d8e272ce
Use const slashSeparator instead of "/" everywhere ( #8028 )
5 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Pontus Leitzler
b43e8337b1
Add error handling in api-resource.go ( #6651 )
6 years ago
Praveen raj Mani
5fbdd70de9
Minio handle for list_objects_v2 with a blank ContinuationToken ( #5940 )
...
minio will now return an error for a blank continuation token in list_objects_v2,so as in s3.
Fixes #5931
6 years ago
Harshavardhana
adf9a9d300
Remove all unused variables and functions ( #5823 )
7 years ago
Mateusz Gajewski
73982c8cb6
Listen bucket notification for multiple prefixes/suffixes ( #2911 )
...
* Listen bucket notification for multiple prefixes/suffixes
* After review fixes
8 years ago
Harshavardhana
ca3022d545
api: Change ListenBucketNotification with new API format. ( #2791 )
...
Take prefix, suffix and events as query params.
8 years ago