http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-s3
/
org.http4k.connect.amazon.s3
/
S3Bucket
S3Bucket
interface
S3Bucket
(
source
)
Interface for bucket-specific S3 operations
Members
Types
Companion
Link copied to clipboard
object
Companion
:
AwsServiceCompanion
Properties
bucket
Name
Link copied to clipboard
abstract
val
bucketName
:
BucketName
bucket
Region
Link copied to clipboard
abstract
val
bucketRegion
:
Region
Functions
get
Link copied to clipboard
open
operator
fun
get
(
key
:
BucketKey
)
:
Result
<
InputStream
?
,
RemoteFailure
>
invoke
Link copied to clipboard
abstract
operator
fun
<
R
>
invoke
(
action
:
S3BucketAction
<
R
>
)
:
Result
<
R
,
RemoteFailure
>
set
Link copied to clipboard
open
operator
fun
set
(
key
:
BucketKey
,
content
:
InputStream
)
:
Result
<
Unit
,
RemoteFailure
>