blobstore
.
s3
S3Store
Related Docs:
object S3Store
|
package s3
final
case class
S3Store
[
F
[
_
]
]
(
transferManager:
TransferManager
,
objectAcl:
Option
[
CannedAccessControlList
] =
None
,
sseAlgorithm:
Option
[
String
] =
None
,
blockingExecutionContext:
ExecutionContext
)
(
implicit
evidence$1:
ConcurrentEffect
[
F
]
,
evidence$2:
ContextShift
[
F
]
,
F:
Effect
[
F
]
)
extends
Store
[
F
] with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
Store
[
F
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
S3Store
Serializable
Serializable
Product
Equals
Store
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
S3Store
(
transferManager:
TransferManager
,
objectAcl:
Option
[
CannedAccessControlList
] =
None
,
sseAlgorithm:
Option
[
String
] =
None
,
blockingExecutionContext:
ExecutionContext
)
(
implicit
arg0:
ConcurrentEffect
[
F
]
,
arg1:
ContextShift
[
F
]
,
F:
Effect
[
F
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
blockingExecutionContext
:
ExecutionContext
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
copy
(
src:
Path
,
dst:
Path
)
:
F
[
Unit
]
Definition Classes
S3Store
→ Store
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
(
path:
Path
,
chunkSize:
Int
)
:
Stream
[
F
,
Byte
]
Definition Classes
S3Store
→ Store
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
list
(
path:
Path
)
:
Stream
[
F
,
Path
]
Definition Classes
S3Store
→ Store
def
move
(
src:
Path
,
dst:
Path
)
:
F
[
Unit
]
Definition Classes
S3Store
→ Store
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
objectAcl
:
Option
[
CannedAccessControlList
]
def
put
(
path:
Path
)
:
Sink
[
F
,
Byte
]
Definition Classes
S3Store
→ Store
def
remove
(
path:
Path
)
:
F
[
Unit
]
Definition Classes
S3Store
→ Store
final
val
s3
:
AmazonS3
val
sseAlgorithm
:
Option
[
String
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
transferManager
:
TransferManager
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Store
[
F
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped