jonaustin09
|
ecd28bc2f7
|
feat: Completed SigV4 authentication for the root user
|
2023-05-31 22:20:58 +04:00 |
|
jonaustin09
|
510cf6ed57
|
feat: Added root user flags on application start
|
2023-05-31 15:26:19 +04:00 |
|
jonaustin09
|
f08da34711
|
feat: IAM config service from backend, created a new interface
|
2023-05-26 19:59:05 +04:00 |
|
Ben McClelland
|
355e99a7ef
|
Merge pull request #24 from versity/ben/posix
posix: fallocate uploads when available
|
2023-05-24 14:37:32 -07:00 |
|
Ben McClelland
|
9469dbc76f
|
posix: fallocate uploads when available
|
2023-05-24 14:36:11 -07:00 |
|
Ben McClelland
|
c16fe6f110
|
Merge pull request #23 from versity/ben/backend
Ben/backend
|
2023-05-24 14:24:25 -07:00 |
|
Ben McClelland
|
3c3516822f
|
posix: add New(), Shutdown(), and String() methods
|
2023-05-24 14:22:35 -07:00 |
|
Ben McClelland
|
0121ea6c7f
|
backend: move PutBucketAcl next to bucket methods
|
2023-05-24 14:15:31 -07:00 |
|
Ben McClelland
|
296aeb1960
|
Merge pull request #22 from versity/ben/posix
Ben/posix
|
2023-05-24 14:11:17 -07:00 |
|
Ben McClelland
|
7391dccf58
|
posix: add etag for get object
|
2023-05-24 14:09:51 -07:00 |
|
Ben McClelland
|
56a8638933
|
posix: add user defined metadata for uploads
|
2023-05-24 14:09:51 -07:00 |
|
Ben McClelland
|
41db361f86
|
posix: add fallback for upload temp files
|
2023-05-24 14:09:48 -07:00 |
|
Ben McClelland
|
2664ed6e96
|
Merge pull request #19 from versity/issue-14
Issue 14
|
2023-05-24 08:27:05 -07:00 |
|
jonaustin09
|
d2c2cdbabc
|
fix: fixed etag error in GetObject backend function
|
2023-05-24 08:25:56 -07:00 |
|
jonaustin09
|
c5de938637
|
feat: Added acceptRange field in GetBject backend function
|
2023-05-24 08:25:56 -07:00 |
|
jonaustin09
|
70f5e0fac9
|
feat: Removed etag from GetObject function
|
2023-05-24 08:25:56 -07:00 |
|
Ben McClelland
|
b41dfd653c
|
Merge pull request #21 from versity/issue-12
Issue 12
|
2023-05-24 08:24:40 -07:00 |
|
jonaustin09
|
dcdc62411e
|
fix: Some changes on PutObject return type
|
2023-05-24 15:58:51 +04:00 |
|
jonaustin09
|
09d42c92fd
|
feat: Changed PutObject argument list, added used defined metadata and content length
|
2023-05-24 15:18:37 +04:00 |
|
Ben McClelland
|
50b0e454e6
|
Merge pull request #18 from versity/ben/posix
backend: move posix list objects walk to common utility
|
2023-05-23 15:43:32 -07:00 |
|
Ben McClelland
|
e85f764f08
|
backend: move posix list objects walk to common utility
|
2023-05-23 15:41:46 -07:00 |
|
Ben McClelland
|
264096becf
|
Merge pull request #17 from versity/ben/posix
posix: add list objects
|
2023-05-23 11:41:31 -07:00 |
|
Ben McClelland
|
01be7a2a6b
|
posix: add list objects
|
2023-05-23 11:38:48 -07:00 |
|
Ben McClelland
|
16df0311e9
|
Merge pull request #16 from versity/feat/content-length
Added Content Length in PutObjectPart
|
2023-05-23 11:35:41 -07:00 |
|
jonaustin09
|
7e4521f1ee
|
fix: added length args
|
2023-05-23 23:31:23 +05:00 |
|
jonaustin09
|
6d7fffffaf
|
feat: added content-length in putObjectPart
|
2023-05-23 23:10:18 +05:00 |
|
Ben McClelland
|
e3828fbeb6
|
Merge pull request #9 from versity/api-unit-test
Api unit test
|
2023-05-22 15:31:10 -07:00 |
|
jonaustin09
|
f38e2eb4fe
|
fix: Fixed merge conflicts in go.mod file
|
2023-05-22 23:53:15 +04:00 |
|
jonaustin09
|
0a1bf26f10
|
fix: Fixed unused variables staticcheck in backend unit test functions
|
2023-05-22 23:50:49 +04:00 |
|
jonaustin09
|
687a73e367
|
fix: fixed responce test cases
|
2023-05-22 23:45:17 +04:00 |
|
jonaustin09
|
932e4a93c3
|
feat: Add unit tests for GetActions, ListActions, PutBucketActions, PutActions controllers
|
2023-05-22 23:27:01 +04:00 |
|
Ben McClelland
|
6b6cc1b901
|
Merge pull request #11 from versity/ben/posix
posix: initial object requests
|
2023-05-19 19:21:37 -07:00 |
|
Ben McClelland
|
3559592fcd
|
posix: initial object requests
|
2023-05-19 19:19:42 -07:00 |
|
Ben McClelland
|
0b09f9d92d
|
Merge pull request #10 from versity/ben/posix
posix: initial mulipart requests
|
2023-05-19 14:45:13 -07:00 |
|
Ben McClelland
|
b55f4b79d3
|
posix: initial mulipart requests
|
2023-05-19 14:43:27 -07:00 |
|
Ben McClelland
|
488136c348
|
Merge pull request #8 from versity/ben/posix
feat: posix bucket requests
|
2023-05-19 14:42:49 -07:00 |
|
jonaustin09
|
077c448da4
|
feat: Added unit tests for ListBuckets, responce function
|
2023-05-19 23:41:59 +04:00 |
|
Ben McClelland
|
80f8b1b883
|
posix: initial bucket requests
|
2023-05-18 20:48:07 -07:00 |
|
jonaustin09
|
dccd28ff55
|
feat: added unit test with moq
|
2023-05-19 02:16:07 +05:00 |
|
jonaustin09
|
a265cd5344
|
feat: Added test cases for s3 api router, server creation and some controllers
|
2023-05-19 00:28:07 +04:00 |
|
jonaustin09
|
9245aba641
|
Merge branch 'main' of https://github.com/versity/scoutgw into api-unit-test
|
2023-05-18 21:54:21 +04:00 |
|
Ben McClelland
|
7954e970fc
|
Merge pull request #7 from versity/ben/backend
fix: cleanup backend error return types
|
2023-05-18 08:35:08 -07:00 |
|
jonaustin09
|
54e689d62d
|
feat: create empty unit tests
|
2023-05-18 14:32:21 +04:00 |
|
Ben McClelland
|
339db8bf23
|
fix: cleanup backend error return types
|
2023-05-17 15:28:21 -07:00 |
|
Ben McClelland
|
65fc6ac986
|
Merge pull request #6 from versity/ben/remove_extras
Ben/remove extras
|
2023-05-17 14:13:12 -07:00 |
|
Ben McClelland
|
0be92a54d9
|
feat: update modules
|
2023-05-17 13:53:14 -07:00 |
|
Ben McClelland
|
dca7c98b44
|
fix: remove unnecessary type arguments
|
2023-05-17 13:52:03 -07:00 |
|
Ben McClelland
|
d52d70a3f0
|
Merge pull request #5 from versity/ben/cleanup
cleanup: remove .idea folder
|
2023-05-17 13:40:21 -07:00 |
|
Ben McClelland
|
8ff57644cc
|
cleanup: remove .idea folder
|
2023-05-17 13:36:14 -07:00 |
|
Ben McClelland
|
7a03faf0e7
|
Merge pull request #4 from versity/feat/s3-sdk-v2
Moved to Golang AWS V2 SDK
|
2023-05-17 13:31:49 -07:00 |
|