aws_erin
v0.2.0
Pages
Modules
aws_erin v0.2.0
AwsErin.S3
View Source
Documentation for S3.
Link to this section
Summary
Functions
delete_object(bucket_name, key_name, options \\ [])
Delete S3 object.
get_object(bucket_name, key_name, options \\ [])
Get S3 object.
put_object(bucket_name, key_name, body, options \\ [])
Put S3 object.
Link to this section
Functions
Link to this function
delete_object(bucket_name, key_name, options \\ [])
View Source
Delete S3 object.
Link to this function
get_object(bucket_name, key_name, options \\ [])
View Source
Get S3 object.
Link to this function
put_object(bucket_name, key_name, body, options \\ [])
View Source
Put S3 object.