Actions
Accessing Keep using S3 protocol » History » Revision 1
Revision 1/2
| Next »
Tom Clegg, 08/26/2020 02:22 PM
Accessing Keep using S3 protocol¶
As of 2020-08-24 7a7a1395490eb9b9789b79f88a77fe709a898feb there is experimental support for accessing Arvados projects and collections as S3 buckets.
Client configuration:- S3 endpoint: Services.WebDAV.ExternalURL
- bucket name: UUID of a project or collection
- Access key: Arvados API token
- Secret key: any string (not used)
- GetBucketVersioning
- HeadBucket
- HeadObject
- GetObject
- PutObject
- DeleteObject
Updated by Tom Clegg about 4 years ago · 1 revisions