Registry / cloud / fog-local

fog-local

JSON →
library0.9.0rbrubygemsunverified

This library can be used as a module for `fog` or as standalone provider to use local filesystem storage.

gem install fog-local
INSTALL
IMPORT
SIG · FOG-LOCAL
F
fog-local
cloudrubyv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Fog::Local
require 'fog/local'

Store and retrieve files on local filesystem

require 'fog/local' storage = Fog::Local::Storage.new(local_root: '/tmp/storage') directory = storage.directories.create(key: 'myfiles') file = directory.files.create(key: 'test.txt', body: 'Hello World')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Amazon
1
Resources
fog-local — gem install fog-local · libregistry