ome / omero-ms-zarr

Experimental micro-service for implementing the Zarr spec over HTTP
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
17 stars 12 forks source link

S3 temporary token creator #4

Closed manics closed 4 years ago

manics commented 4 years ago

Adds a class to generate time limited S3 access tokens that can be scoped to single buckets and prefixes within that bucket.

Includes Minio tests.

joshmoore commented 4 years ago
+./minio server --address localhost:9000 .
Attempting encryption of all config, IAM users and policies on MinIO backend
Endpoint:  http://localhost:9000
org.openmicroscopy.s3.TestTokenCreator > testForbidden() PASSED
org.openmicroscopy.s3.TestTokenCreator > testAllowed() PASSED

:+1: