Re: [ceph-users] Web based S3 client

2016-05-03 Thread 张灿
S3 is originally Amazon's protocol so any details could be found in Amazon’s documentation. If you want to know the details about the restful API, see http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTcors.html Now Sree has been updated adding a bucket action to help setup bucket CORS.

Re: [ceph-users] Web based S3 client

2016-05-03 Thread 张灿
S3 is originally Amazon's protocol so any details could be found in Amazon’s documentation. If you want to know the details about the restful API, see http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTcors.html Now Sree has been updated adding a bucket action to help setup bucket CORS.

Re: [ceph-users] Web based S3 client

2016-05-02 Thread 张灿
Hi Ben, Actually if not for CORS issues, we would have implemented Sree as a javascript app fully running in browser. By design the backend should be as simple as possible(currently less than 150 lines of python) to ease deployment for new users. So as for now we wouldn’t support LDAP auth but

Re: [ceph-users] Web based S3 client

2016-05-02 Thread 张灿
Hi George, The error is because your bucket `consonance` isn’t having CORS configured. For security issues, browsers limit cross domain accesses by default. If you create a bucket through Sree, it will configure CORS for you, but for existing buckets, they are likely to not having those configu

Re: [ceph-users] Web based S3 client

2016-05-02 Thread George Mihaiescu
Hi Can, I gave it a try and I can see my buckets, but I get an error (see attached) when trying to see the contents of any bucket. The application is pretty simplistic now, and it would be great if support for the object and size count would be added. The bucket access type should be displayed (p