frostfs-s3-gw/api/layer
Roman Loginov 8b3252cbd0
All checks were successful
/ Vulncheck (push) Successful in 52s
/ Builds (push) Successful in 1m29s
/ OCI image (push) Successful in 2m8s
/ Lint (push) Successful in 2m9s
/ Tests (push) Successful in 1m48s
[#589] Add LimitExceeded error
The Access Denied status may be received
from APE due to exceeding the quota. In
this situation, you need to return the
appropriate error. The Conflict status is
used because this error was made based on
the LimitExceeded error from aws iam error
https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateUser.html#API_CreateUser_Errors.

Signed-off-by: Roman Loginov <r.loginov@yadro.com>
2025-01-17 06:31:08 +00:00
..
encryption [#217] Consider Copy-Source-SSE-* headers during copy 2023-11-13 13:22:58 +00:00
frostfs [#589] Add LimitExceeded error 2025-01-17 06:31:08 +00:00
tree [#488] middleware/policy: Add frostfs-to-s3 error transformation 2024-10-02 12:35:04 +03:00
cache.go [#577] Update SDK to support new tree/pool version 2024-12-20 13:50:31 +03:00
compound.go [#488] Renamed api/errors, layer/frostfs and layer/tree package names 2024-10-02 12:35:04 +03:00
container.go [#577] Update SDK to support new tree/pool version 2024-12-20 13:50:31 +03:00
cors.go [#594] Fix unmarshal cors: expected element in name space error 2025-01-16 12:55:53 +00:00
frostfs_mock.go [#577] Update SDK to support new tree/pool version 2024-12-20 13:50:31 +03:00
layer.go [#147] Add Kludge profiles 2024-12-13 11:25:07 +00:00
lifecycle.go [#516] Convert expiration date to epoch 2024-10-22 14:21:49 +00:00
lifecycle_test.go [#516] Convert expiration date to epoch 2024-10-22 14:21:49 +00:00
listing.go [#539] Fix listing v1 bookmark marker 2024-11-12 12:58:09 +00:00
locking_test.go [#570] Remove frostfs-api-go dependency 2024-12-10 11:03:30 +03:00
multi_object_reader.go [#210] Fix multipart object reader 2023-09-19 16:30:08 +03:00
multi_object_reader_test.go [#210] Fix multipart object reader 2023-09-19 16:30:08 +03:00
multipart_upload.go [#559] Return error from multipart deleting 2024-12-13 11:23:56 +00:00
multipart_upload_test.go [#186] Add unittests for MultipartUpload 2021-11-30 11:32:59 +03:00
object.go [#598] Fix response code for invalid Content-Md5 header 2025-01-16 12:59:17 +00:00
object_test.go [#488] Move layer/frostfs.go to layer/frostfs/frostfs.go 2024-10-02 12:35:04 +03:00
patch.go [#488] Move layer/frostfs.go to layer/frostfs/frostfs.go 2024-10-02 12:35:04 +03:00
system_object.go [#594] Fix unmarshal cors: expected element in name space error 2025-01-16 12:55:53 +00:00
tagging.go [#488] Renamed api/errors, layer/frostfs and layer/tree package names 2024-10-02 12:35:04 +03:00
tombstone.go [#559] Return error from multipart deleting 2024-12-13 11:23:56 +00:00
tree_mock.go [#488] Move layer/tree_service.go to layer/tree/tree_service.go 2024-10-02 12:35:04 +03:00
util.go [#306] Use session token for container read operations 2024-03-01 18:14:33 +03:00
util_test.go [#165] listing: Use NodeVersion instead of ObjectInfo 2024-02-02 16:09:48 +03:00
versioning_test.go [#577] Update SDK to support new tree/pool version 2024-12-20 13:50:31 +03:00