Class: Fog::Storage::Ninefold

Inherits:
Atmos
  • Object
show all
Defined in:
lib/fog/ninefold/storage.rb

Defined Under Namespace

Modules: Utils Classes: Mock, Real

Constant Summary collapse

STORAGE_HOST =

“api.ninefold.com”

"onlinestorage.ninefold.com"
STORAGE_PATH =

“/storage/v1.0”

""
STORAGE_PORT =

“443”

"80"
STORAGE_SCHEME =

“https”

"http"