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

Deprecate old arguments acl & bucket to S3Boto3Storage #516

Merged
merged 1 commit into from
Aug 11, 2018
Merged

Deprecate old arguments acl & bucket to S3Boto3Storage #516

merged 1 commit into from
Aug 11, 2018

Conversation

jdufresne
Copy link
Contributor

Deprecated in favor of default_acl and bucket_name. Encourage users to upgrade so the deprecated versions can eventually be removed.

@codecov-io
Copy link

codecov-io commented Jul 4, 2018

Codecov Report

Merging #516 into master will increase coverage by 0.16%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #516      +/-   ##
==========================================
+ Coverage   76.75%   76.92%   +0.16%     
==========================================
  Files          11       11              
  Lines        1596     1599       +3     
==========================================
+ Hits         1225     1230       +5     
+ Misses        371      369       -2
Impacted Files Coverage Δ
storages/backends/s3boto3.py 88.42% <100%> (+0.7%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f966abd...81874c8. Read the comment docs.

@sww314 sww314 added the s3boto label Jul 11, 2018
@jschneier
Copy link
Owner

👍 @jdufresne how does this work with #524?

Deprecated in favor of default_acl and bucket_name. Encourage users to
upgrade so the deprecated versions can eventually be removed.
@jschneier jschneier merged commit 2e4fec9 into jschneier:master Aug 11, 2018
@jdufresne
Copy link
Contributor Author

Thanks!

how does this work with #524?

I'll need to rebase. I'll leave a message in that PR once it is ready.

@jschneier
Copy link
Owner

jschneier commented Aug 12, 2018 via email

@jdufresne
Copy link
Contributor Author

That is fine by me.

Are yo suggesting "acl" should replace both "default_acl" & "bucket_acl" or only "acl"? Did you want me to handle that as part of this ticket, or separately?

@jdufresne jdufresne deleted the deprecate branch August 12, 2018 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants