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

Support all S3 storage classes #1875

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Support all S3 storage classes #1875

merged 2 commits into from
Jul 31, 2023

Conversation

mohammad-aburadeh
Copy link
Contributor

@mohammad-aburadeh mohammad-aburadeh commented Mar 20, 2023

Support all S3 storage classes

Description

Current version of libcloud supports only "standard" and "reduced_redundancy" storage classes.
AWS S3 add new storage classes during the past two years (https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html).

This PR is to support all S3 storage classes.

Status

  • done, ready for review

Checklist (tick everything that applies)

  • Code linting (required, can be done after the PR checks)
  • Documentation
  • Tests
  • ICLA (required for bigger changes)

Closes #1882

@mohammad-aburadeh
Copy link
Contributor Author

Hi @Kami

The changes are ready to review.

@Kami
Copy link
Member

Kami commented Jul 31, 2023

Thanks for the contribution and sorry for a late response. I'll review the changes today.

@Kami
Copy link
Member

Kami commented Jul 31, 2023

I reviewed the changes - they need some more work (lint is failing, tests is failing, etc.), but besides that they look good to me.

I will fix lint and test failure and merge changes into trunk.

asfgit pushed a commit that referenced this pull request Jul 31, 2023
@asfgit asfgit merged commit 70d2f56 into apache:trunk Jul 31, 2023
@Kami
Copy link
Member

Kami commented Jul 31, 2023

I fixed lint and failing test and merge your changes into trunk.

Thanks again for your contribution.

@Kami Kami added this to the v3.8.0 milestone Aug 6, 2023
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.

Support all S3 storage classes in S3 driver
3 participants