You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[System config]
System version : 1.0.0-pre3
Cluster Id : cluster_1
DC Id : dc_1
Total replicas : 2
# of successes of R : 1
# of successes of W : 1
# of successes of D : 1
# of DC-awareness replicas : 0
# of Rack-awareness replicas : 0
ring size : 2^128
Current ring hash : 9a2581a2
Prev ring hash : 9a2581a2
[Node(s) state]
-------+--------------------------+--------------+----------------+----------------+----------------------------
type | node | state | current ring | prev ring | updated at
-------+--------------------------+--------------+----------------+----------------+----------------------------
S | [email protected] | running | 9a2581a2 | 9a2581a2 | 2014-03-04 10:45:32 +0900
S | [email protected] | running | 9a2581a2 | 9a2581a2 | 2014-03-04 10:45:32 +0900
S | [email protected] | running | 9a2581a2 | 9a2581a2 | 2014-03-04 10:45:33 +0900
S | [email protected] | running | 9a2581a2 | 9a2581a2 | 2014-03-04 10:45:33 +0900
System :
$uname -a
Linux localhost.localdomain 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
CentOS 6.3
$php -v
PHP 5.3.3 (cli) (built: Dec 11 2013 03:29:57)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
I would like to give example of php client object copy method :
Assumption :
bucket-name : test
file exist on bucket : README
i tried with all possible option for CopySource parameter :
e.g.
"CopySource" : "/test/README"
"CopySource" : "test/README"
"CopySource" : "README"
but new copied file size is 0 byte.
NO Error log in gateway, storage or on terminal no exception or warning seems.
The text was updated successfully, but these errors were encountered:
Since LeoFS have expected to exist a x-amz-metadata-directive header(but aws spec is allowed no existing this header), if this header didn't exist, LeoFS handled the http request as a normal PUT with no http body.
So we will fix ASAP.
Hi @Paras2009
This issue have been fixed on develop branch at leo_gateway repo.
So could you confirm if this issue is fixed?
# build LeoFS with the fixed version
cd ${leofs_repo_root}
make deps
(cd deps/leo_commons;git checkout develop;)
(cd deps/leo_object_storage;git checkout develop;)
(cd deps/leo_gateway;git checkout develop;)
make
make release
LeoFS Version :
System :
I would like to give example of php client object copy method :
Assumption :
bucket-name : test
file exist on bucket : README
Request Header object :
i tried with all possible option for CopySource parameter :
e.g.
"CopySource" : "/test/README"
"CopySource" : "test/README"
"CopySource" : "README"
but new copied file size is 0 byte.
NO Error log in gateway, storage or on terminal no exception or warning seems.
The text was updated successfully, but these errors were encountered: