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

When using pyarrow 6.0.1 new features for creating Tabular Datasets I get a FileNotFound error. This is my code (against docker cloudserver with SSL activated): [bucket: dasynth; folder: parquet] from...

## Bug report information ### Description In [docker-entrypoint.sh](https://github.com/scality/cloudserver/blob/development/8.2/docker-entrypoint.sh#L200) there is a command: ``` ... mv config.json.tmp config.json ... ``` It works fine as long as no-one wants to mount external...

## Bug report information ### Description If I try to upload an object into a scality-managed bucket with a storage class other than “STANDARD”, the storage class is silently discarded....

## Feature Request ### Proposal Currently it says in the documentation that when you run `yarn start`: > This starts a Zenko CloudServer on port 8000. Two additional ports 9990...

The link to http://s3-server.readthedocs.io/en/latest/GETTING_STARTED/#configuration in https://github.com/scality/cloudserver#run-it-with-multiple-data-backends is 404.

In S3C-1921, Stefano said: "`helm install cloudserver` is a supported and easy way to install CloudServer on a running k8s cluster. Currently the command is not documented in the getting...

[cloudserver.zip](https://github.com/scality/cloudserver/files/5193407/cloudserver.zip) [Arsenal.zip](https://github.com/scality/cloudserver/files/5193408/Arsenal.zip) Dear all, We Fujifilm use Zenko CloudServer for Object Archive which is a tape storage system for long-term archiving or back-up of object data. We enhanced CloudServer and...

## Feature Request I want to sync two buckets: aws s3 sync --endpoint-url=http://localhost:8000 s3://mybucket s3://backupbucket ### Proposal Implement all the S3 api features that are needed to sync two buckets....

## Bug report information ### Description CloudServer and S3 have inconsistent behaviour when calling GetObject on an object in the Glacier storage class. In particular, it is possible to retrieve...

Dear all, yarn version: 1.19.1 node version: v11.8.0 I run these commands to create buckets, and then see them. it works fine. [root@localhost ~]# aws --endpoint-url=http://localhost:8000 s3 mb s3://mybucket [root@localhost...