Ben McClelland
|
8b79fb24de
|
update module/import paths to new name, add cli framework
|
2023-05-28 12:10:12 -07:00 |
|
Ben McClelland
|
74b28283bf
|
Merge pull request #28 from versity/ben/cleanup
Ben/cleanup
|
2023-05-25 16:00:04 -07:00 |
|
Ben McClelland
|
c9320ea6ce
|
posix: cleanup loadUserMetaData unused return value
|
2023-05-25 15:58:22 -07:00 |
|
Ben McClelland
|
83ddf5c82a
|
update repo deps
|
2023-05-25 15:51:44 -07:00 |
|
Ben McClelland
|
207088fade
|
posix: cleanup redundant error checks
|
2023-05-25 15:51:16 -07:00 |
|
Ben McClelland
|
0a35aaf428
|
Merge pull request #27 from versity/ben/posix
posix: cleanup a couple comments
|
2023-05-25 10:37:18 -07:00 |
|
Ben McClelland
|
89d613b268
|
posix: cleanup a couple comments
|
2023-05-25 10:35:38 -07:00 |
|
Ben McClelland
|
2ca274b850
|
Merge pull request #26 from versity/ben/posix
backend: remove etag arg from HeadObject()
|
2023-05-25 10:32:41 -07:00 |
|
Ben McClelland
|
c21c7be439
|
backend: remove etag arg from HeadObject()
|
2023-05-25 10:30:32 -07:00 |
|
Ben McClelland
|
aa00a89e5c
|
Merge pull request #25 from versity/ben/posix
Ben/posix
|
2023-05-25 10:17:16 -07:00 |
|
Ben McClelland
|
cc1fb2cffe
|
posix: replace os.IsNotExist(err) with errors.Is(err, fs.ErrNotExist)
|
2023-05-25 10:09:25 -07:00 |
|
Ben McClelland
|
0bab1117d4
|
posix: add tag set/get/delete
|
2023-05-25 10:04:44 -07: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 |
|