Project

General

Profile

Accessing Keep using S3 protocol » History » Version 2

Tom Clegg, 08/26/2020 02:23 PM

1 1 Tom Clegg
h1. Accessing Keep using S3 protocol
2
3 2 Tom Clegg
See #16360
4
5 1 Tom Clegg
As of 2020-08-24 commit:7a7a1395490eb9b9789b79f88a77fe709a898feb there is experimental support for accessing Arvados projects and collections as S3 buckets.
6
7
Client configuration:
8
* S3 endpoint: Services.WebDAV.ExternalURL
9
* bucket name: UUID of a project or collection
10
* Access key: Arvados API token
11
* Secret key: any string (not used)
12
13
Supported operations:
14
* GetBucketVersioning
15
* HeadBucket
16
* HeadObject
17
* GetObject
18
* PutObject
19
* DeleteObject
20
21
Planned, but not yet supported:
22
* "DeleteObjects":https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html
23
* "POST Object":https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOST.html