Raymond Feng
60938c245a
Fix deprecation
2015-01-30 11:34:46 -08:00
Benjamin Boudreau
ec4000745a
Adding key renaming support on Service.upload and Handler.upload
2015-01-30 14:30:35 -05:00
Timo Saikkonen
169ee1be21
#4 : Return a 404 if file doesn't exist
...
Signed-off-by: Timo Saikkonen <timo.saikkonen@gmail.com>
2014-12-25 13:21:20 +08:00
Tony Sukiennik
0a68f1df72
Update storage-service.js
...
Took Raymond's suggestion...
2014-10-25 22:39:45 -07:00
Tony Sukiennik
a03b9c805e
Update index.js
...
Took suggestion from Raymond...
2014-10-25 22:38:04 -07:00
tonysoft
7d3c41a082
GetFiles issues
...
Only 2 arguments passed in to GetFiles but it was expecting 3 thus “cb”
was undefined…
File System GetFiles should handle empty “entries” array properly…
2014-10-17 15:04:32 -07:00
Raymond Feng
f266024c1b
Fix amazon s3 container handling
...
See https://github.com/strongloop/loopback-storage-service/issues/16
2014-06-24 15:53:26 -07:00
Raymond Feng
c3c55c66eb
Fix issue-15
2014-06-16 08:58:00 -07:00
Rand McKinney
e26599e214
Doc upload and download functions
2014-04-09 17:11:36 -07:00
Raymond Feng
d45cece2fa
Update jsdocs
2014-04-07 18:24:11 -07:00
crandmck
2280419779
Clean up JS Doc
2014-04-07 16:43:00 -07:00
crandmck
a58ed7711f
Add param info to constructor JSDoc
2014-04-07 16:32:12 -07:00
crandmck
bb6567c439
Work on JSDoc comments
2014-04-07 16:18:51 -07:00
crandmck
dc3011c800
Work on JSDoc comments
2014-04-07 16:17:19 -07:00
Raymond Feng
f9d9fe4061
Fix the metadata interception
2014-03-31 16:30:35 -07:00
Raymond Feng
dc90d1024e
Remove the unused models
2014-03-28 22:11:44 -07:00
Raymond Feng
c00b48cc6f
Filter out senstive information from files
2014-03-28 22:07:46 -07:00
Raymond Feng
a5da7fc9f0
Separate the metadata in Container/File class
2014-03-28 17:55:01 -07:00
crandmck
e13146bc31
Add JSDoc comments
2014-03-20 14:03:27 -07:00
Raymond Feng
9c0885aa07
Fix remoting for container/file apis
2014-02-03 10:58:37 -08:00
Raymond Feng
eb0d9a11bf
Set Content-Type based on the file path
2014-01-29 22:39:01 -08:00
Raymond Feng
70f5d6dc35
Reformat code
2014-01-24 09:44:58 -08:00
Raymond Feng
160e1a44bf
Address some of the PR comments
2014-01-24 09:32:48 -08:00
Raymond Feng
0f94079082
Fix the ref to StorageService
2014-01-14 10:39:02 -08:00
Raymond Feng
9c58011530
Clean up the download method
2014-01-14 10:26:09 -08:00
Raymond Feng
13e9097ff0
Refactor the storage service
2014-01-10 11:34:37 -08:00
Stephen Belanger
50ce215142
Fix bug making provider fallthrough to pkgcloud when a directory doesn't exist, making a very unintuitive error.
2013-10-29 17:54:32 -07:00
Raymond Feng
18b27ff320
Fix for https://strongloop.atlassian.net/browse/SLA-316
2013-07-24 12:07:46 -07:00
Raymond Feng
08de6ea171
Rename schema/adapter to dataSource/connector
2013-07-23 13:28:41 -07:00
Raymond Feng
d409a4bd87
Fix for SLA-213. The stream from pkgcloud doesn't make callbacks
2013-07-10 13:08:18 -07:00
Raymond Feng
3fc500a37c
Add a connector for storage service
2013-07-03 16:58:20 -07:00
Raymond Feng
4edfaae2de
Add an example for asteroid remoting
2013-07-02 18:10:23 -07:00
Raymond Feng
ad41d47b71
Refactor the code to use StorageService as the facade
2013-07-02 08:57:53 -07:00
Raymond Feng
564d8c3432
Exports the createClient
2013-07-02 07:54:58 -07:00
Raymond Feng
cda8ff2e17
Allow fields that have multiple values
2013-07-01 17:04:05 -07:00
Raymond Feng
82279ccacb
Some refactoring
2013-07-01 10:54:53 -07:00
Raymond Feng
427f270a40
Support uploading multiple files
2013-06-27 13:50:57 -07:00
Raymond Feng
210618d7b3
Handle fields/files
2013-06-27 08:31:03 -07:00
Raymond Feng
d6b89fe2ef
Add an express demo for metadata apis, upload/download
2013-06-26 14:43:53 -07:00
Raymond Feng
9b0fe46fbd
Add fs to sample
2013-06-25 13:06:54 -07:00
Raymond Feng
ceeb14e620
Set properties
2013-06-25 10:44:37 -07:00
Raymond Feng
14af972336
Add Container/File classes
2013-06-25 09:29:53 -07:00
Raymond Feng
eb1b942b88
Update README
2013-06-24 16:57:16 -07:00
Raymond Feng
26f619fb63
Add two more tests
2013-06-24 16:19:06 -07:00
Raymond Feng
8e3c3edeeb
Add more test cases
2013-06-24 15:53:14 -07:00
Raymond Feng
5b3d431488
Initial commits
2013-06-24 14:07:12 -07:00