Skip to content

Commit 46c244b

Browse files
authored
Merge pull request #20 from octue/fix/remove-path-method
Remove path method
2 parents 8932034 + ab44d54 commit 46c244b

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

django_gcp/storage/gcloud.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,6 @@ def get_accessed_time(self, *args, **kwargs):
112112
"""
113113
return None
114114

115-
def path(self, *args, **kwargs):
116-
"""Get the local path of the file
117-
118-
This value is ALWAYS None because the path is not necessarily distinct for an object
119-
not on the local filesystem.
120-
121-
This method is here for API compatibility with django's Storage class.
122-
"""
123-
124115
@property
125116
def client(self):
126117
"""The google-storage client for this store"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-gcp"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "Utilities to run Django on Google Cloud Platform"
55
authors = ["Tom Clark"]
66
license = "MIT"

0 commit comments

Comments
 (0)