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
Genericize object storage backend for private storage
In reality, most "S3-compatible" service providers are not, in fact,
S3-compatible and so waste our time by causing compatibility issues with
our code when we choose to use a S3 feature not supported by the service
provider we currently happen to be using.
Instead, genericize the object storage backend as preliminary work
toward implementing proper first-party support for other object storage
backends.
0 commit comments