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 configurations. To understand why 
CORS configuration is needed, see 
http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/browser-configuring.html#Cross-Origin_Resource_Sharing__CORS_
 for more details.

Later I will write a patch to help configure CORS for existing buckets, please 
keep a eye on https://github.com/cannium/Sree

The support of ACL and bucket details are under consideration, but renaming is 
not an O(1) operation as you might imagine in s3 and should definitely be 
avoided.


Cheers,
Can ZHANG

On May 3, 2016, at 00:41, George Mihaiescu 
<lmihaie...@gmail.com<mailto:lmihaie...@gmail.com>> wrote:

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 (private/public) and renaming buckets.


Thanks,
George

On Thu, Apr 28, 2016 at 10:29 PM, Can Zhang(张灿) 
<zhang...@le.com<mailto:zhang...@le.com>> wrote:
Hi,

In order to help new users to get hands on S3, we developed a web based S3 
client called “Sree”, and hope to see if it could become part of Ceph. 
Currently we host the project at:

https://github.com/cannium/Sree

Users could use Sree to manage their files in browser, through Ceph’s S3 
interface. I think it’s more friendly for new users than s3cmd, and would help 
Ceph to hit more users.

Any suggestions are welcomed. Hope to see your replies.


Cheers,
Can ZHANG

_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com<mailto:ceph-users@lists.ceph.com>
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


<Sree_error.png>

_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to