Membrane.S3.Sink
(Membrane S3 plugin v0.2.0)
View Source
Uploads items to an S3 Bucket.
Element options
Passed via struct Membrane.S3.Sink.t/0
pathString.t()Required
The path within your S3 bucket where you'd like to store the resourcebucketString.t()Required
S3 bucketchunk_sizeinteger()Default value:
5242880
Chunk size in bytes. Determines how many bytes are written to S3 in one request. AWS requires this to be at least 5MBs3_optsKeyword.t()Default value:
[]
S3 optionsaws_configKeyword.t()Default value:
[]
AWS configurationex_awsatom()Default value:
ExAws
AWS client. Only needed when substituting the default ExAws dependency.
Pads
:input
Accepted formats:
_any| Direction: | :input |
| Availability: | :always |
| Flow control: | :auto |
Summary
Types
Struct containing options for Membrane.S3.Sink
Types
Functions
@spec options() :: keyword()
Returns description of options available for this module