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

30 commits

Author SHA1 Message Date
geemus
80ca32bfdd use path style access for https public_urls that include . to avoid certificate issues
closes #743
2012-02-17 17:07:18 -06:00
Kevin Menard
a57fdd21dd [aws|storage] Added the ability to fetch a list of versions from a file. 2012-01-26 17:56:40 -05:00
Kevin Menard
28df463458 [aws|storage] Allow options to be passed to the destroy method, facilitating passing of versionId. 2012-01-26 17:56:39 -05:00
Kevin Menard
abf8b5e670 [aws|storage] Return the object version in the request header and set an attribute value in the model. 2012-01-26 17:56:39 -05:00
John Parker
a5aff0244c added support for server-side encryption on s3 2012-01-14 12:27:58 -08:00
Wesley Beary
352d3658cb Merge pull request #680 from larspind/b13fa112369ef26760be52fce81ac7b366703010
Change to only do a 'head' on the file that we've copied directly in S3
2011-12-29 08:10:37 -08:00
Mateusz Juraszek
f026d3533e add options hash to Fog::Storage::AWS::File#url and Fog::Storage::AWS::Files#get_https_url which use get_object_https_url method 2011-12-09 12:42:53 +01:00
Lars Pind
b13fa11236 Only do a 'head' on the file that we've copied - no need to go download it now, that would defeat the purpose 2011-10-27 19:49:10 +02:00
geemus
34e6a1105c [core] separate loggers for deprecations/warnings
distinctly styles deprecations for clarity
gives better flexibility for redirecting logs
reduces possibility of missing deprecations because warnings are ignored
2011-10-19 14:49:34 -05:00
Aaron Suggs
e4431bea9d [storage|aws] Add options to File#copy method
File#copy takes similar arguments to the #copy_object request
2011-09-04 09:41:42 -04:00
geemus
76c0f11670 [core] use logger throughout for warnings 2011-09-02 12:30:10 -05:00
geemus
9b8240bfba [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
geemus
ac480ad928 [storage] consolidate 2011-01-07 15:34:20 -08:00
geemus
a888fe525b [aws|storage] add file metadata support 2011-01-04 11:01:04 -08:00
geemus
ab0e7e08cb [aws,google|storage] let parsers convert time
closes #125
2010-12-30 12:54:22 -08:00
geemus
5854e249aa more consistent attribute storage/usage 2010-11-19 13:45:45 -08:00
geemus
3f5b48e812 add public methods to file model 2010-11-18 11:18:46 -08:00
geemus
00171dfa8a [storage] correctly set content_length on save 2010-11-17 14:54:48 -08:00
geemus
59396d59c7 [storage] better header handling in mocks/models 2010-11-10 13:51:40 -08:00
geemus
070e2565d3 [storage] better behavior related to headers 2010-11-08 17:14:21 -08:00
geemus
e3a75d9883 [storage] typecast values from headers 2010-11-08 16:48:14 -08:00
geemus
93b8d32845 [storage] add public= and public_url for directory, public_url for file 2010-11-05 15:31:44 -07:00
geemus
4b8b52f692 [aws&google|storage] fix copy on file model to be better behaved 2010-11-02 11:42:53 -07:00
geemus
a31c1902f1 [aws|storage] pass content_type through model correctly 2010-11-01 11:04:17 -07:00
geemus
85c0c2fbf1 [aws&google|storage] cleanup/fixes for bucket acl 2010-10-29 16:38:17 -07:00
geemus
46fdab47e5 [aws|storage] continuing to flesh out tests 2010-10-12 18:07:36 -07:00
geemus
f890f27141 fixing warnings 2010-10-12 16:23:35 -07:00
geemus
619f7d430f fix paths for core requires 2010-10-04 14:02:08 -07:00
geemus
283a757a86 [aws][storage] nicer acl setting mechanism 2010-09-23 09:38:55 -07:00
geemus
58577e17bf [aws] rename ec2/s3 to compute/storage 2010-09-08 14:40:57 -07:00
Renamed from lib/fog/aws/models/s3/file.rb (Browse further)