http4k-connect-amazon-s3
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-amazon-s3
http4k-connect-amazon-s3
/
org.http4k.connect.amazon.s3
/
S3
S3
interface
S3
(
source
)
Docs: https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
:
AwsServiceCompanion
Functions
create
Bucket
Link copied to clipboard
fun
S3
.
createBucket
(
bucketName
:
BucketName
,
region
:
Region
)
:
Result
<
Unit
,
RemoteFailure
>
invoke
Link copied to clipboard
abstract
operator
fun
<
R
>
invoke
(
action
:
S3Action
<
R
>
)
:
Result
<
R
,
RemoteFailure
>
list
Buckets
Link copied to clipboard
fun
S3
.
listBuckets
(
)
:
Result
<
BucketList
,
RemoteFailure
>