PHP SDK Opencloud/Openstack - How to add X-Storage-Policy in header?

65 views Asked by At

I am using php sdk openstack v1 for opencloud and I would like to know while creating container I want to add custom header for "X-Storage-Policy" then how can i add custom header?

1

There are 1 answers

0
Amar On

I got the solution, its working by passing metadata argument while creating container. Its done :) Thank you all