You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a storage namespace, the S3 storage adapter should be able to detect the region hosting the S3 bucket that serves as the storage namespace. This can be done using the GetBucketLocation in service/s3/api.go.
Acceptance criteria
The storage namespace -> region/s3Client mapping should be cached. The cache should be invalidated upon repository deletion.
The MinIO integration should continue working.
The text was updated successfully, but these errors were encountered:
Given a storage namespace, the S3 storage adapter should be able to detect the region hosting the S3 bucket that serves as the storage namespace. This can be done using the
GetBucketLocation in service/s3/api.go
.Acceptance criteria
The text was updated successfully, but these errors were encountered: