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