Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun bucketHeadKey(buckets: Storage<Unit>, bucketContent: Storage<BucketKeyContent>): RoutingHttpHandler
fun bucketHeadKey(buckets: Storage<Unit>, bucket: String, bucketContent: Storage<BucketKeyContent>, req: Request): Response
Link copied to clipboard
fun bucketListObjectsV2(buckets: Storage<Unit>, bucketContent: Storage<BucketKeyContent>): RoutingHttpHandler
Link copied to clipboard
fun bucketPostKey(buckets: Storage<Unit>, bucketContent: Storage<BucketKeyContent>, clock: Clock): RoutingHttpHandler
Link copied to clipboard
Link copied to clipboard
fun copyKey(buckets: Storage<Unit>, bucketContent: Storage<BucketKeyContent>, clock: Clock): RoutingHttpHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun globalListObjectsV2(buckets: Storage<Unit>, bucketContent: Storage<BucketKeyContent>): RoutingHttpHandler
Link copied to clipboard
Link copied to clipboard
fun listObjectsV2(bucket: String, buckets: Storage<Unit>, bucketContent: Storage<BucketKeyContent>): Response
Link copied to clipboard
fun pathBasedBucketHeadKey(buckets: Storage<Unit>, bucketContent: Storage<BucketKeyContent>): RoutingHttpHandler
Link copied to clipboard
fun pathBasedBucketPostKey(buckets: Storage<Unit>, bucketContent: Storage<BucketKeyContent>, clock: Clock): RoutingHttpHandler
Link copied to clipboard
fun pathBasedCopyKey(buckets: Storage<Unit>, bucketContent: Storage<BucketKeyContent>, clock: Clock): RoutingHttpHandler
Link copied to clipboard