toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-s3
/
org.http4k.connect.amazon.s3
/
S3Bucket
S3Bucket
interface
S3Bucket
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
>