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

Safe HaskellNone
LanguageHaskell2010

Google.Cloud.Storage

Synopsis

Documentation

newtype Bucket #

Constructors

Bucket 

Fields

newtype Name #

Constructors

Name 

Fields

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

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