..
acl.go
[ #676 ] Fix object acl
2022-08-29 13:20:30 +03:00
acl_test.go
[ #574 ] Produce deny records for private objects
2022-07-21 17:55:15 +03:00
api.go
[ #634 ] Add CopiesNumber in NeoFS requests
2022-08-16 17:49:15 +03:00
attributes.go
[ #595 ] Fix typos and rewording
2022-08-13 10:26:00 +03:00
atttributes_test.go
[ #476 ] Save full parts info to multipart object
2022-07-22 15:19:16 +03:00
copy.go
[ #672 ] Fix handling X-Amz-Copy-Source header
2022-08-25 17:40:15 +03:00
copy_test.go
[ #672 ] Fix handling X-Amz-Copy-Source header
2022-08-25 17:40:15 +03:00
cors.go
[ #634 ] Add CopiesNumber in NeoFS requests
2022-08-16 17:49:15 +03:00
delete.go
[ #610 ] Fix deleted object removal
2022-07-29 09:31:54 +03:00
delete_test.go
[ #545 ] Drop object search
2022-08-25 11:49:08 +03:00
encryption_test.go
[ #595 ] Add SSE with customer key
2022-08-13 10:26:00 +03:00
get.go
[ #595 ] Move decrypter to separate package
2022-08-13 10:26:00 +03:00
get_test.go
[ #595 ] Add SSE with customer key
2022-08-13 10:26:00 +03:00
handlers_test.go
[ #545 ] Drop object search
2022-08-25 11:49:08 +03:00
head.go
[ #595 ] Move decrypter to separate package
2022-08-13 10:26:00 +03:00
head_test.go
[ #547 ] Fix tests
2022-07-22 15:19:16 +03:00
info.go
[ #377 ] Reuse BucketInfo in layer
2022-03-29 02:43:28 +04:00
list.go
[ #458 ] *: Refactor working with NeoFS identities
2022-05-27 17:22:37 +04:00
locking.go
[ #661 ] Fix updating cache when request fails
2022-08-25 12:55:49 +03:00
locking_test.go
[ #595 ] Add SSE with customer key
2022-08-13 10:26:00 +03:00
multipart_upload.go
[ #672 ] Fix handling X-Amz-Copy-Source header
2022-08-25 17:40:15 +03:00
not_support.go
[ #340 ] Add notification configuration handlers
2022-02-18 16:59:42 +03:00
notifications.go
[ #634 ] Add CopiesNumber in NeoFS requests
2022-08-16 17:49:15 +03:00
notifications_test.go
[ #391 ] Refactor notifications
2022-05-06 10:59:31 +03:00
object_list.go
[ #577 ] Add Version() to ExtendedObjectInfo
2022-08-09 17:20:40 +04:00
object_list_test.go
[ #616 ] Reduce number of requests during listing
2022-08-16 13:47:37 +03:00
put.go
[ #637 ] Add header to override CopiesNumber
2022-08-19 10:31:26 +03:00
put_test.go
[ #637 ] Add header to override CopiesNumber
2022-08-19 10:31:26 +03:00
response.go
[ #539 ] Add context to errors
2022-06-27 02:23:19 +04:00
s3encoder.go
[ #405 ] English Check
2022-04-22 14:01:40 +03:00
s3encoder_test.go
[ #155 ] Added s3 url encoder
2021-07-14 11:34:49 +03:00
tagging.go
[ #643 ] Fix missing const api.QueryVersionID
2022-08-05 15:32:46 +03:00
tagging_test.go
[ #196 ] Add bucket tagging
2021-08-31 10:46:42 +03:00
unimplemented.go
[ #195 ] Implement PUT, GET locks to certain object
2022-03-23 14:32:13 +04:00
util.go
[ #498 ] Remove log string sanitizer
2022-07-29 09:32:37 +03:00
versioning.go
[ #661 ] Fix updating cache when request fails
2022-08-25 12:55:49 +03:00