api.go
|
Add unsupported handlers
|
2020-08-19 14:52:44 +03:00 |
copy.go
|
Implement CopyObject handler
|
2020-08-20 02:35:51 +03:00 |
delete.go
|
Implement DeleteObject handler
|
2020-08-20 02:36:00 +03:00 |
get.go
|
Implement GetObject handler
|
2020-08-20 02:36:46 +03:00 |
head.go
|
Implement HeadObject handler
|
2020-08-20 02:36:34 +03:00 |
info.go
|
Add bucket info handler
|
2020-08-19 14:53:17 +03:00 |
list.go
|
Move ListObjects and ListBuckets in same file
|
2020-08-20 02:33:43 +03:00 |
not-support.go
|
Add unsupported handlers
|
2020-08-19 14:52:44 +03:00 |
put.go
|
Implement PutObject handler
|
2020-08-20 02:36:17 +03:00 |
response.go
|
Implement CopyObject handler
|
2020-08-20 02:35:51 +03:00 |
unimplemented.go
|
Cleanup unimplemented handlers
|
2020-08-20 02:37:06 +03:00 |