upload v0.2.0 Upload.Adapters.S3
Link to this section Summary
Link to this section Functions
Link to this function
bucket()
The bucket that was configured.
Examples
iex> Upload.Adapters.S3.bucket
"my_bucket_name"
Link to this function
uri()
The base URL that all resources are hosted on.
Examples
iex> Upload.Adapters.S3.uri
"https://my_bucket_name.s3.amazonaws.com"