Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Oct 17, 2022
1 parent aa4b9dd commit 41b9871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pypicloud/storage/gcs.py
Expand Up @@ -210,9 +210,9 @@ def upload(self, package, datastream):
compression="disable",
transport_params={
"client": self.bucket.client,
"blob_open_kwargs": {"predefined_acl": self.object_acl},
"blob_properties": {
"metadata": metadata,
"predefined_acl": self.object_acl,
"storage_class": self.storage_class,
},
},
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -33,11 +33,10 @@

EXTRAS = {
"ldap": ["python-ldap"],
"dynamo": ["flywheel >= 0.2.0"],
"dynamo": ["flywheel>=0.2.0"],
"redis": ["redis"],
"gcs": [
"google-cloud-storage>=2.6.0", # ref #320
"smart_open[gcs]>=6.3.0",
"smart_open[gcs]>=7.0.0", # ref #320
],
"azure-blob": [
"azure-storage-blob>=12.5.0",
Expand Down

0 comments on commit 41b9871

Please sign in to comment.