cloudserver icon indicating copy to clipboard operation
cloudserver copied to clipboard

Zenko CloudServer, an open-source Node.js implementation of the Amazon S3 protocol on the front-end and backend storage capabilities to multiple clouds, including Azure and Google.

Results 186 cloudserver issues
Sort by recently updated
recently updated
newest added

If an invalid encoding type is given, AWS returns an error with additional XML tags `ArgumentName`, `ArgumentValue` and `HostId`. For example, if an invalid encoding 'foo' is given, see difference...

### Description I'm using the scality/s3server image and I find the behavior of the S3METADATAPATH and S3DATAPATH environment variables not following common patterns for container images. ### Steps to reproduce...

enhancement

On a get object, if a user does not have s3:ListBucket permission, error should be AccessDenied instead of NoSuchKey if no such key.

This PR includes changes from Arsenal where we fixed the permission names to comply with AWS standard. This PR is about adding all the missing permissions according to the work...

* auth results can be an array of arrays * Object.assign needs an empty object or it modifies the original * should be `_isObjectLockEnabled` not `!_isObjectLockEnabled` * add unit tests

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.905.0 to 2.1221.0. Release notes Sourced from aws-sdk's releases. Release v2.1221.0 See changelog for more information. Release v2.1220.0 See changelog for more information. Release v2.1219.0 See changelog...

dependencies
javascript

After more investigation I think this is a cloudserver issue (https://github.com/scality/cloudserver/discussions/4778) Originally posted by **Alwinator** August 30, 2022 When I try to view my images on S3 (with a browser)...

# Pull request template ## Description ### Motivation and context Why is this change required? What problem does it solve? ### Related issues Please use the following link syntaxes #600...

Issue: [CLDSRV-277](https://scality.atlassian.net/browse/CLDSRV-277)

## Description ### Motivation and context Addresses https://scality.atlassian.net/browse/S3C-5741. Passes in a byteLength when versioning is suspended and the object exists. This allows Utapi to properly decrement the object count and...