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

7 commits

Author SHA1 Message Date
Samuel Merritt
1827f00c3a [storage|aws] Make Files#each iterate all files, not just the first page.
Removed Directory#each_file; it's not the API that people expect.

This may break code that expects Files#each to only go a page at a time;
those callers should switch to using #each_file_this_page.
2011-04-26 15:18:54 -07:00
Samuel Merritt
3299e16fb5 [storage|aws] Emit warning from Files#each.
Files#each doesn't take pagination into account; it's probably not
what you want to use. If it is, use Files#each_nowarn instead to avoid
the warning.
2011-04-19 14:02:36 -07:00
Peter Weldon
f5f0a2f175 Merge remote branch 'origin/tumeric-v0.6.0.0' into tumeric-v0.7.0.0
Conflicts:
	lib/fog/storage/aws.rb
2011-03-18 20:12:55 +00:00
Peter Weldon
bfb9d22ad2 [aws|storage] Normalise headers for Files#get/#head 2011-03-01 10:49:44 -08:00
Peter Weldon
e6a4085342 [aws|storage] Make Files#get consistent with Directory#files
- etag: drop quotes
- content-length: parse to Numeric
- last-modified: parse to Time
2011-03-01 10:39:47 -08:00
geemus
5d9f65ed90 fix more broken require paths from reorg 2011-01-14 10:41:12 -08:00
geemus
ac480ad928 [storage] consolidate 2011-01-07 15:34:20 -08:00
Renamed from lib/fog/aws/models/storage/files.rb (Browse further)