= normal
>
> *use_https = True*
>
> use_mime_magic = True
>
> verbosity = WARNING
>
> website_endpoint = http://%(bucket)s.s3-website-%(location)
> s.amazonaws.com/
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__s.amazonaws.com_&d=CwMFaQ&c=IGDlg0lD0b-nebmJJ
:* Kirubakaran Kaliannan [mailto:kiru...@zadarastorage.com]
*Sent:* Tuesday, January 26, 2016 10:44 AM
*To:* 's3tools-general@lists.sourceforge.net'
*Subject:* RE: [S3tools-general] question s3cmd to support openstack (SWIFT)
Thanks Florent.
I have tried setting the host_bucket/host_
s.s3-website-%(location)s.amazonaws.com/
website_error =
website_index = index.html
signature_v2 = True
Thanks
-kiru
*From:* Florent Viard [mailto:florent.vi...@seagate.com]
*Sent:* Monday, January 25, 2016 9:26 PM
*To:* s3tools-general
*Subject:* Re: [S3tools-general] question s3cmd to suppo
Hi Kirubakaran,
There is no need for your patch, you just need to edit your s3cfg config
file and modify the following 2 keys:
host_base
host_bucket
In both of them, your will have to remove the "%(bucket)" tag, and then
s3cmd will use the "path based" format that works right with swift3.
I'm used
Isn't that just path-based URIs?
- Jeremy
On Jan 25, 2016 5:16 AM, "Kirubakaran Kaliannan"
wrote:
>
>
> Hi ,
>
>
>
> Openstack object store (SWIFT) has the swift3 middleware to provide S3
> compatible API’s.
>
>
>
> But, S3cmd is failing to work on the openstack as the URI (format_uri())
> is no
Hi ,
Openstack object store (SWIFT) has the swift3 middleware to provide S3
compatible API’s.
But, S3cmd is failing to work on the openstack as the URI (format_uri()) is
not formed correctly.
Do we have plan to support open-stack ? Following are the code change, we
have made to get this wo