Re: [Openstack] Can any user add or delete OpenStack Swift middleware?

2018-10-02 Thread Kota TSUYUZAKI
Hi Quao, See inline responses below, please. (2018/09/27 0:58), Qiao Kang wrote: > Kota, > > Sorry for the late response, see more below: > > On Fri, Sep 21, 2018 at 2:59 AM Kota TSUYUZAKI > wrote: >> >> Hi Qiao, >> >>> Thanks! I'm interested

Re: [Openstack] Can any user add or delete OpenStack Swift middleware?

2018-09-21 Thread Kota TSUYUZAKI
r your use case. Thanks, Kota (2018/09/19 5:52), Qiao Kang wrote: > Dear Kota, > > On Mon, Sep 17, 2018 at 11:43 PM Kota TSUYUZAKI > wrote: >> >> Hi Quio, >> >>> I know Storlets can provide user-defined computation functionalities, >>> but I guess some c

Re: [Openstack] Can any user add or delete OpenStack Swift middleware?

2018-09-17 Thread Kota TSUYUZAKI
nother example is that a user may want to install a Swift3-like > middleware to provide APIs to a 3rd party, but she doesn't want other > users to see this middleware. > > Regards, > Qiao > > On Mon, Sep 17, 2018 at 9:19 PM Kota TSUYUZAKI > wrote: >> >> With St

Re: [Openstack] Can any user add or delete OpenStack Swift middleware?

2018-09-17 Thread Kota TSUYUZAKI
/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- ---

Re: [Openstack] Struggling to get the s3 api interface to work with swift.

2018-06-01 Thread Kota TSUYUZAKI
> < Transfer-Encoding: chunked > * HTTP error before end of send, stop sending > < > > * Closing connection 0 > SignatureDoesNotMatchThe request signature we > calculated does not match the signature you provided. Check your key and > signing > method.tx5c2ac9ea26a04

Re: [Openstack] Struggling to get the s3 api interface to work with swift.

2018-05-31 Thread Kota TSUYUZAKI
Hi Shyam, You should specify the path starts from bucket. It will be like http://20.20.20.229:8080/testBucket assuming you didn't configure virtual-hosted style. Even if your *Swift* endpoint is http://20.20.20.229:8080/v1/AUTH_dc86f7d8787b46158268bd77098b6578, swift3 doesn't require the

Re: [Openstack] Struggling to get the s3 api interface to work with swift.

2018-05-24 Thread Kota TSUYUZAKI
Hi, Shyam > tester => { > id => 'test:tester', > key => 'testing', > }, If you are using this id/password to get your token from keystone, you should set them as access_key and secret key for your s3 client. You don't have to set any token information from keystone for

Re: [Openstack] Not able to use openstack swift using the s3 api plugin...

2018-05-06 Thread Kota TSUYUZAKI
Hello Shyam, I did not have so much experience with s3curl but it looks like the problem is caused by client but it seems like the s3token middleware, which is to get authentication with keystone. So let us check "What authentication are you using", then check "your exisiting configuration".

Re: [Openstack] [OpenStack][Swift] problem about swift proxy easurecode

2017-01-05 Thread Kota TSUYUZAKI
=== >>> - Community : *Openstack Korea Community* >>> - Name : Nalee Jang (장현정) >>> - Company: ASD Korea Cloudike System Engineer. >>&g

Re: [Openstack] [OpenStack] [Swift] Does Swift3 support v4 signature for S3?

2016-10-17 Thread Kota TSUYUZAKI
> ___ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -- ---

Re: [Openstack] [OpenStack] [Swift] How to use s3curl or s3cmd with Swift3?

2016-10-13 Thread Kota TSUYUZAKI
echo > > *http://proxy:8080/v1/AUTH_3f842db875cc48b99d7ff246c27a2e6a > <http://proxy:8080/v1/AUTH_3f842db875cc48b99d7ff246c27a2e6a>* - is the > public endpoint > > Am I doing correctly? > > Why doesn't it work? > > Sincerely, > Alexandr > > >

Re: [Openstack] [OpenStack] [Swift] How to install Swift3 middleware?

2016-10-13 Thread Kota TSUYUZAKI
; paste.filter_factory = keystoneclient.middleware.s3_ >> token:filter_factory >>>> auth_port = 35357 >>>> auth_host = keystone >>>> auth_protocol = http >>>> >>>> The swift3 docs need updating, as it is not obvious what has gone wrong

Re: [Openstack] [Swift] Where can I get the libshss library ?

2016-10-12 Thread Kota TSUYUZAKI
Correct. Thanks John for your quick response. Kota (2016/10/13 12:14), John Dickinson wrote: > Unfortunately, no (as far as i know). It's a proprietary library used by NTT. > > However, if you update to the latest version of liberasurecode, that warning > message is suppressed. > > --John >

Re: [Openstack] [OpenStack] [Swift] Does Swift3 supports SLO (Manifest creation)?

2016-10-11 Thread Kota TSUYUZAKI
ack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -- -- Kota Tsuyuzaki(露﨑 浩太) <tsuyuzaki.k...@lab.ntt.co.jp&

Re: [openstack-dev] FYI - gate completely borked on master and newton dsvm/grenade jobs

2016-10-03 Thread Kota TSUYUZAKI
enstack.org<mailto:openstack-dev-requ...@lists.openstack.org>?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.o

Re: [openstack-dev] [Swift3] improve multi-delete performance

2016-05-24 Thread Kota TSUYUZAKI
Hello kirubakaran, Thanks for contributing Swift3, that sounds great. I wonder if you could push the diff as a patch to gerrit code review which is the review system for openstack and openstack related projects. The entry point for "how to contribute for openstack" is here,

Re: [Openstack] [Swift] How to add new regions/zones into a swift cluster?

2016-05-19 Thread Kota TSUYUZAKI
Hello Alexandr, As the error message described, region and zone take an integer value[1] so probably you should set the value like as: swift-ring-builder account.builder add --region 1 --zone 1 --ip 192.168.57.51 --port 6002 --device d1 --weight 100 Although you need to keep your own map like

Re: [openstack-dev] [Storlets] Swift copy middlleware

2016-05-15 Thread Kota TSUYUZAKI
Hey Eran, This is what I was concerning in Bristol Hackathon :/ > As a quick and temporary resolution I have changes the tox.ini dependency > to be 2.7.0 > Instead of master. We still need, however, to port the code accordingly, For temprary, that would work but I thought we could (*not sure*)

Re: [openstack-dev] [swift3][swift] What happens in swift3?

2016-03-15 Thread Kota TSUYUZAKI
rg/#/c/211933/ > [2] https://review.openstack.org/#/c/198571/ > -- ------ Kota Tsuyuzaki(露﨑 浩太) <tsuyuzaki.k...@lab.ntt.co.jp> NTT Software Innovati

Re: [openstack-dev] [Swift] Erasure coding and geo replication

2016-02-15 Thread Kota TSUYUZAKI
; OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >

Re: [openstack-dev] [keystone][ec2-api][swift] Moving EC2 Auth and S3Token to Externally supported

2016-02-07 Thread Kota TSUYUZAKI
Hello guys, S3 compatibility API is now maitained in openstack namespace, it is in the external repository from original Swift though. It works as Swift proxy middleware to translate S3 api into pure Swift api. While the translation, Swift3 makes a credential to retrieve actual auth token from

Re: [Openstack] Swift-proxy server failed

2015-09-14 Thread Kota TSUYUZAKI
Hi Venkatesh, Your setting seems wrong for authtoken middleware in proxy-server.conf. The log shows proxy-server was trying to look up "auth_token" due to your pipeline setting (probably there is "auth_token" string in your pipeline) but the section name of the middleware setting would be

Re: [openstack-dev] [Swift] Meeting time change

2015-05-26 Thread Kota TSUYUZAKI
Thanks John and all swifters for taking care of Asian Pasific and Australian time zone. Much appreciated :) Kota (2015/05/26 4:32), John Dickinson wrote: Based on discussion over at the summit and over the last few weeks, the Swift team meeting time has changed. The new meeting time is

[openstack-dev] [Swift] More Efficient Replication Slide in Juno Summit

2014-05-19 Thread Kota TSUYUZAKI
Hi, guys I've uploaded my slide related to More Efficient Replication in Juno Swift Design Summit to slideshare. Its URL is here. http://www.slideshare.net/tsuyuzaki/open-stacks-ummitjuno If anyone has questions or comments, please let me know by e-mail. Regards, Kota