StubPlayObjectStoreClientEither
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- StubObjectStoreClient
Attributes
- Definition Classes
- Inherited from:
- StubObjectStoreClient
Attributes
- Definition Classes
- Inherited from:
- StubObjectStoreClient
Get a presigned download URL for an object
Get a presigned download URL for an object
Value parameters
- owner
-
Owner service of this object
- path
-
Path of the object in object-store under owner
Attributes
- Returns
-
PresignedDownloadUrl wrapped in the effect F
- Note
-
The downloadUrl has an expiration of 15 minutes.
- Inherited from:
- ObjectStoreClient
Attributes
- Definition Classes
- Inherited from:
- StubObjectStoreClient
Upload object from a url
Upload object from a url
Value parameters
- contentMd5
-
Optional Base64 encoded MD5 hash of content
- contentSha256
-
Optional Base64 encoded SHA-256 checksum of content
- contentType
-
Optional Content-Type
- from
-
Path of the object in object-store under owner
- owner
-
Owner service of this object
- retentionPeriod
-
Retention period of the object in object-store
- to
-
Url of content to upload
Attributes
- Returns
-
ObjectSummaryWithMd5 wrapped in the effect F
- Note
-
Storing an object on an existing path will overwrite the previously stored object on that path.
- Inherited from:
- ObjectStoreClient
Zip objects in a directory
Zip objects in a directory
Value parameters
- from
-
Path of the directory to be zipped
- fromOwner
-
Owner service of the directory to be zipped
- retentionPeriod
-
Retention period of the object in object-store
- to
-
Path of the target zip file
- toOwner
-
Owner service of the target zip file
Attributes
- Returns
-
ObjectSummaryWithMd5 wrapped in the effect F
- Inherited from:
- ObjectStoreClient