Hello,

I am using Openstack Newton.
I found a small bug in the Swift. It doesn't copy last "end of line"
characters.

Here is my test (I copy my.cnf file):

# cat -A my.cnf
[client-server]$
!includedir /etc/my.cnf.d$
$
# openstack object create mybucket my.cnf
# openstack object save mybucket my.cnf
# cat -A my.cnf
[client-server]$
!includedir /etc/my.cnf.d

As we see last two characters haven't been copied (i.e. $). In my case it
is a big issue.

Will be happy if you suggest me how to copy last invisible characters.

Sincerely,
Alexandr
_______________________________________________
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

Reply via email to