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.action
/
CreateBucket
Create
Bucket
data
class
CreateBucket
(
val
bucketName
:
BucketName
,
val
region
:
Region
)
:
S3Action
<
Unit
>
(
source
)
Members
Constructors
Create
Bucket
Link copied to clipboard
constructor
(
bucketName
:
BucketName
,
region
:
Region
)
Properties
bucket
Name
Link copied to clipboard
val
bucketName
:
BucketName
region
Link copied to clipboard
val
region
:
Region
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
Unit
,
RemoteFailure
>