fog--fog/lib/fog/hp/models/storage
Piotr Kedziora f49d604486 There is a bug here or maybe i'm using the gem wrong...
Edit
you should merge the ACLs after merging the meta_has if not The new permission will be overwritten by the old one.
If Before you had a directory with :
X-Container-Read: .r:*,.rlistings

and you make your directory private again. The new read_acl will be overwritten by the old one in the mata_hash
2014-01-28 16:45:04 +01:00
..
directories.rb [hp|storage] Add attributes to directory model and update collection to save these for the static web. 2013-10-30 19:02:44 -04:00
directory.rb There is a bug here or maybe i'm using the gem wrong... 2014-01-28 16:45:04 +01:00
file.rb refactor: duplicate parsing of the storage_uri, file#url uses service.create_temp_url to be able to pass options now 2013-10-16 13:53:55 +02:00
files.rb implements the get_http_url, get_https_url and url functions according to the openstack and aws providers 2013-10-16 13:53:55 +02:00
meta.rb [hp|storage] Add a metadata implementation for object storage directory. 2013-10-30 19:02:45 -04:00
meta_parent.rb [hp|storage] Add a metadata implementation for object storage directory. 2013-10-30 19:02:45 -04:00
metadata.rb [hp|storage] Minor fixes to directory metadata and along with tests for metadata. 2013-10-30 19:02:45 -04:00
shared_directories.rb
shared_directory.rb
shared_file.rb
shared_files.rb