Skip to content

Commit

Permalink
Update s3boto3.py
Browse files Browse the repository at this point in the history
These elements are not used.
  • Loading branch information
amorilla authored Oct 8, 2023
1 parent c5cb52a commit b682ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions private_storage/storage/s3boto3.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class PrivateS3BotoStorage(S3Boto3Storage):
Private storage bucket for S3
"""

access_key_names = ['AWS_PRIVATE_S3_ACCESS_KEY_ID', 'AWS_PRIVATE_ACCESS_KEY_ID'] + getattr(S3Boto3Storage, 'access_key_names', [])
secret_key_names = ['AWS_PRIVATE_S3_SECRET_ACCESS_KEY', 'AWS_PRIVATE_SECRET_ACCESS_KEY'] + getattr(S3Boto3Storage, 'secret_key_names', [])
#access_key_names = ['AWS_PRIVATE_S3_ACCESS_KEY_ID', 'AWS_PRIVATE_ACCESS_KEY_ID'] + getattr(S3Boto3Storage, 'access_key_names', [])
#secret_key_names = ['AWS_PRIVATE_S3_SECRET_ACCESS_KEY', 'AWS_PRIVATE_SECRET_ACCESS_KEY'] + getattr(S3Boto3Storage, 'secret_key_names', [])

def __init__(self, **settings):
super().__init__(**settings)
Expand Down

0 comments on commit b682ea6

Please sign in to comment.