masakyst / Net-OpenStack-Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggest : Furl timeout setting

adokoy001 opened this issue · comments

Hello, masakyst san.
Thank you for your useful CPAN module.

I suggest adding Furl timeout setting parameter at creating Net::OpenStack::Swift Object as below.


my $sw = Net::OpenStack::Swift->new(
    auth_url => '',
    user => '',
    password => '',
    auth_version => '',
    tenant_name => '',
    timeout => 20
);

thank you!! ship it!