Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove oss storage driver and alicdn storage driver middleware #3985

Merged
merged 1 commit into from Aug 16, 2023

Conversation

milosgajdos
Copy link
Member

Similar to #3982, also tracked in #3978.

This PR removes oss storage driver from distribution as well asalicdn storage middleware which only works with the oss driver.

There are several reasons for it:

  • no real-life expertise among the maintainers
  • oss is compatible with S3 API operations required by S3 storage driver

This will also remove dependencies that are also hard to keep up with.

NOTE: OSS is S3 compatible (see https://www.alibabacloud.com/help/en/oss/developer-reference/compatibility-with-amazon-s3) so users should consider relying on that

This commit removes `oss` storage driver from distribution as well as
`alicdn` storage middleware which only works with the `oss` driver.

There are several reasons for it:
* no real-life expertise among the maintainers
* oss is compatible with S3 API operations required by S3 storage driver

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (65b5746) 55.85% compared to head (3f1859a) 55.85%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3985   +/-   ##
=======================================
  Coverage   55.85%   55.85%           
=======================================
  Files         110      110           
  Lines       11069    11069           
=======================================
  Hits         6183     6183           
  Misses       4193     4193           
  Partials      693      693           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@davidspek davidspek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@deleteriousEffect deleteriousEffect merged commit 6ccc551 into distribution:main Aug 16, 2023
12 checks passed
@milosgajdos milosgajdos deleted the remove-oss-alibaba branch August 16, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants