Harshavardhana
|
682020ef2f
|
listObjects: Channel based changes.
Supports:
- prefixes
- marker
|
9 years ago |
Harshavardhana
|
3c71c5c80c
|
s3cmd: Handle support for s3cmd.
|
9 years ago |
Harshavardhana
|
7c91a8495f
|
signature/region: Remove 'milkyway' and use 'us-east-1' as default.
Fixes #980
|
9 years ago |
Harshavardhana
|
dddb1650de
|
Add 5% cumulative reduction in total size of the disk
This is done due to filesystem holding additional metadata and inode space
which is unaccounted for during min-free-disk calculation.
|
9 years ago |
Harshavardhana
|
5b2fa33bdb
|
Implementing min-free-disk
|
9 years ago |
Harshavardhana
|
762b798767
|
Migrate this project to minio micro services code
|
9 years ago |
Harshavardhana
|
c8de5bad2f
|
Implement presigned policy
|
9 years ago |
Harshavardhana
|
d54488f144
|
Move all server and controller packages into top-level
|
9 years ago |
Harshavardhana
|
2a15dd5eab
|
Enhance signature handler - throw back valid error messages
|
9 years ago |
Harshavardhana
|
63c9cf0c4b
|
Move from Minimalist Object Storage to Minio Cloud Storage
|
9 years ago |
Harshavardhana
|
86a887f9d4
|
Add corresponding tests
|
9 years ago |
Harshavardhana
|
5eae32f2b0
|
Return proper InvalidArgument messages like s3 for invalid data for ListObjects(), ListObjectParts(), ListMultipartUploads()
|
9 years ago |
Harshavardhana
|
4addf7a996
|
Restructure API handlers, add JSON RPC simple HelloService right now.
|
10 years ago |
Harshavardhana
|
c07d48e7e8
|
ErrorResponse from minio server needed proper xml translations
|
10 years ago |
Harshavardhana
|
2ea10c798b
|
Implement proper errors for Multipart
|
10 years ago |
Harshavardhana
|
82c3656f79
|
Reply back CompleteMultipartUploadResult properly with final ETag computed
- Now s3 libraries and also objectstorage-go work properly
|
10 years ago |
Harshavardhana
|
ade803a923
|
Verify if request date is 5minutes late, reject such a request as
it could be a possible replay attack.
This commit also fixes #505, by returning MethodNotAllowed instead of NotImplemented
|
10 years ago |
Harshavardhana
|
848c4ee31c
|
Further fixes for ACL support, currently code is disabled in all the handlers
Disabled because due to lack of testing support. Once we get that in we can
uncomment them back.
|
10 years ago |
Harshavardhana
|
107e077ec0
|
Implement x-amz-acl handling
|
10 years ago |
Harshavardhana
|
b121c8588f
|
Remove bucketpolicy handlers and all its references
|
10 years ago |
Frederick F. Kautz IV
|
d5db891094
|
Simplfying code in api, round 1. Decoupling functions which both write headers and data.
|
10 years ago |
Harshavardhana
|
2b0b5f014a
|
Update license header Mini should be Minimalist really
|
10 years ago |
Harshavardhana
|
7ce3ab3193
|
Restructure minio api, move signature checks from utils to Api.
|
10 years ago |
Harshavardhana
|
540723d7ae
|
Golint cleanup pkg/api
|
10 years ago |
Harshavardhana
|
b7868d23ac
|
Update minioapi documentation
|
10 years ago |
Harshavardhana
|
f7a06a5d1e
|
Some more cleanup
|
10 years ago |
Harshavardhana
|
eeae64935e
|
Implement bucket policy handler and with galore of cleanup
|
10 years ago |
Harshavardhana
|
ba3e2d41f7
|
Add license and fix development scripts
|
10 years ago |
Harshavardhana
|
966cdd4f05
|
Reply in xml from validate and ignore handlers
|
10 years ago |
Harshavardhana
|
ac4f07906c
|
Implement S3 Style ErrorCodes and Response
This patchset also brings in lot of cleanup in terms of minioapi codebase
|
10 years ago |