Implement Micronaut's ResourceLoader
to be able to get objects using a short URI format
#112
Labels
type: enhancement
New feature or request
Implement the ResourceLoader interface to get the objects using shorter URI in common format.
ObjectStorage#getName
Then for configuration:
The locator would be:
public-images://path/to/file
Where for the cloud providers:
s3://<bucket-name>/path/to/file
s3://micronaut-object-storage/micronaut-buffer-netty-3.1.1.pom
azb:<storage-account-name>://<container>/path/to/file
azb:micronautpgressatest://micronaut-object-storate/micronaut-buffer-netty-3.1.1.pom
gs://<bucket-name>/path/to/file
sgs//micronaut-object-storage/micronaut-buffer-netty-3.1.1.pom
os:<region>:<namespace>://<bucket-name>/path/to/file
os:us-ashburn-1:cloudnative-devrel://micronaut-object-storate/micronaut-buffer-netty-3.1.1.pom
The text was updated successfully, but these errors were encountered: