google-cloud-0.0.3: Client for the Google Cloud APIs

Safe HaskellNone
LanguageHaskell2010

Google.Cloud.Storage

Synopsis

Documentation

newtype Bucket Source

Constructors

Bucket 

Fields

unBucket :: String
 

newtype Name Source

Constructors

Name 

Fields

unName :: String
 

uploadMedia :: Bucket -> Name -> ByteString -> ByteString -> Cloud () Source

Upload a ByteString to a Bucket. This is the simplest function to upload something into a Bucket.