mirror of
https://github.com/ferdzo/fs.git
synced 2026-04-05 08:26:28 +00:00
Added ListObjectsV1
This commit is contained in:
@@ -59,6 +59,11 @@ var (
|
||||
Code: "InvalidRange",
|
||||
Message: "The requested range is not satisfiable.",
|
||||
}
|
||||
s3ErrPreconditionFailed = s3APIError{
|
||||
Status: http.StatusPreconditionFailed,
|
||||
Code: "PreconditionFailed",
|
||||
Message: "At least one of the pre-conditions you specified did not hold.",
|
||||
}
|
||||
s3ErrEntityTooSmall = s3APIError{
|
||||
Status: http.StatusBadRequest,
|
||||
Code: "EntityTooSmall",
|
||||
|
||||
Reference in New Issue
Block a user