manganese_aws_kit v0.1.0 Manganese.AwsKit.Structs.StorageObjectReference

Link to this section Summary

Types

t()

A reference to a stored object in a specific AWS S3 region and bucket.

Link to this section Types

Link to this type

t()

t() :: %Manganese.AwsKit.Structs.StorageObjectReference{
  bucket: String.t(),
  path: String.t(),
  region: String.t()
}

A reference to a stored object in a specific AWS S3 region and bucket.

Link to this section Functions

Link to this function

from_map(map)

from_map(map()) :: t()
Link to this function

to_map(storage_object_reference)

to_map(t()) :: map()
Link to this function

to_url(storage_object_reference)

to_url(t()) :: String.t()