1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

26 commits

Author SHA1 Message Date
Rupak Ganguly
64d319d40f Allow the models to raise exception when there is insufficient access. 2012-10-30 15:06:56 -04:00
Rupak Ganguly
ee2168a855 Minor bug fix when acls are nil. Also, added support for specifying list of users for grant and revoke as a comma-separated list. 2012-10-29 17:01:21 -04:00
Rupak Ganguly
98413b3e87 Add method for destroy. 2012-10-26 01:46:02 -04:00
Rupak Ganguly
98c9283de2 Add methods for destroy and save. 2012-10-26 01:45:00 -04:00
Rupak Ganguly
c1d588aa75 Add method all. 2012-10-26 01:44:08 -04:00
Rupak Ganguly
dda22ad8c5 Minor fix to allow options on save to pass in metadata. 2012-10-26 00:21:49 -04:00
Rupak Ganguly
ec47a70503 Fix head call to return an empty body. 2012-10-24 18:53:38 -04:00
Rupak Ganguly
ed11924172 Refactor common code into separate method. 2012-10-19 01:34:14 -04:00
Rupak Ganguly
16b31facd6 Add request method for put_shared_object. Add model and collection for shared_directory and shared_file. 2012-10-19 01:33:20 -04:00
Rupak Ganguly
13509fced4 Add grant, revoke and list methods for cross tenant object acls implementation. 2012-10-16 21:48:50 -04:00
Rupak Ganguly
fa3343fd67 Call the request layer method instead of the generic util method. 2012-10-01 15:01:37 -04:00
Rupak Ganguly
42a91a65d4 Add object temp url functionality to file model layer. 2012-09-26 13:16:38 -04:00
Rupak Ganguly
01157f1385 Add a head method for the directories collection. 2012-07-13 18:12:07 -04:00
Rupak Ganguly
c26e8a04db Add helper method to get cdn ssl url for the files collection. 2012-04-17 17:02:39 -04:00
Rupak Ganguly
6035e74f88 Add helper method for cdn public url for file. 2012-04-17 17:01:24 -04:00
Rupak Ganguly
33a0227713 Add helper method for cdn public ssl url and remove check for hp_cdn_ssl flag. 2012-04-17 17:00:31 -04:00
Rupak Ganguly
34dfb733f9 Fix a bug where cdn state was not preserved. 2012-04-17 11:50:33 -04:00
Rupak Ganguly
813c23ae10 Refactor escape method for container and object names and move it to the HP provider from individual namespaces. 2012-03-21 16:59:08 -04:00
Rupak Ganguly
415e05b2d7 Fix for Fog::HP::CDN::NotFound exception. 2012-02-15 00:40:23 -05:00
Rupak Ganguly
4c3272a6e1 Add cdn_enabled?, cdn_enable= and cdn_public_url for directory model. Also, add cdn_public_url for file model. 2012-01-20 21:12:02 -05:00
Rupak Ganguly
401908447f Update destroy and save methods to call appropriate CDN counterparts when CDN service is available and enabled. 2011-11-11 16:14:28 -05:00
Rupak Ganguly
3ad6af22c0 Make headers camel cased in public_url and remove manipulation of public_url in save method. Use delete_container in CDN context instead of out_container. 2011-10-24 16:00:21 -04:00
Rupak Ganguly
02e40aed2c Update code to call delete_container if CDN is enabled. 2011-10-24 13:40:50 -04:00
Rupak Ganguly
6c0c274490 Catch new exception that is being thrown. 2011-10-24 13:35:11 -04:00
Rupak Ganguly
c89bc9a9c0 Fix small bug with returning public url in the case when cdn is used. 2011-10-21 00:14:08 -04:00
Rupak Ganguly
7e1a287e4d Merge fog 1.0.0 from upstream, and update namespace changes across the HP provider for storage and compute services. 2011-10-17 15:25:07 -04:00