Skip to content

Replace RemoteDatastore with S3Datastore

Jose V. Trigueros requested to merge remove-minio into master

S3Datastore will upload to any S3-Compatible datastore. Authentication is handled via environment variables and allows the caller to provide a custom endpoint and region.

RemoteDatastore has been marked as Deprecated and will be removed once this new Datastore client has proven to work well.

Closes #68 (closed)

Merge request reports