cloud-files 4.24.1__tar.gz → 4.24.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cloud-files-4.24.1 → cloud-files-4.24.2}/ChangeLog +5 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/PKG-INFO +1 -1
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloud_files.egg-info/PKG-INFO +1 -1
- cloud-files-4.24.2/cloud_files.egg-info/pbr.json +1 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/interfaces.py +4 -0
- cloud-files-4.24.1/cloud_files.egg-info/pbr.json +0 -1
- {cloud-files-4.24.1 → cloud-files-4.24.2}/.github/workflows/test-suite.yml +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/AUTHORS +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/LICENSE +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/MANIFEST.in +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/README.md +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/automated_test.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloud_files.egg-info/SOURCES.txt +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloud_files.egg-info/dependency_links.txt +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloud_files.egg-info/entry_points.txt +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloud_files.egg-info/not-zip-safe +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloud_files.egg-info/requires.txt +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloud_files.egg-info/top_level.txt +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/__init__.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/cloudfiles.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/compression.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/connectionpools.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/exceptions.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/gcs.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/lib.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/paths.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/resumable_tools.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/scheduler.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/secrets.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/threaded_queue.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles/typing.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles_cli/LICENSE +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles_cli/__init__.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/cloudfiles_cli/cloudfiles_cli.py +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/requirements.txt +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/setup.cfg +0 -0
- {cloud-files-4.24.1 → cloud-files-4.24.2}/setup.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_version": "84826ee", "is_release": true}
|
|
@@ -749,6 +749,10 @@ class HttpInterface(StorageInterface):
|
|
|
749
749
|
resp.raise_for_status()
|
|
750
750
|
return resp.headers
|
|
751
751
|
|
|
752
|
+
def size(self, file_path):
|
|
753
|
+
headers = self.head(file_path)
|
|
754
|
+
return int(headers["Content-Length"])
|
|
755
|
+
|
|
752
756
|
@retry
|
|
753
757
|
def get_file(self, file_path, start=None, end=None, part_size=None):
|
|
754
758
|
key = self.get_path_to_file(file_path)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"git_version": "560597e", "is_release": true}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|