-
Hi,
I'm trying to combine pipline with S3 storage, so I'm using it like
```
class NonPackagingS3PipelineCachedStorage(
NonPackagingMixin, PipelineMixin, CachedFilesMixin, S3BotoStorage):…
-
will the FileUpload support backblaze? it's cheap to storage the file
-
### What happened?
### Description
When uploading a file with space characters in the filename, it gets saved on the volume with dashes instead of spaces. This is a problem because the filename in…
-
When using an external S3 backend (DigitalOcean Spaces) a creation of one stack and importing one DigitalOcean Project resource takes 5 minutes!
## Expected behavior
Creating a stack and importing…
-
## End User Requirements
- An admin can upload a PNG
- The width/height should be adjustable, but set to 160px x 48px (@2x the rendered size in the browser) in the CSS
- The admin can remove the …
-
I've been having an issue with the listKeys method under certain conditions. From what I can tell, I get an error if the result set is truncated. This happens if the total number of items in the bucke…
-
I've mounted using the following and I can read files but cannot write. My key has proper permissions and works using s3fs. I also tried adding -o use_path_request_style (--use-path-request is invali…
-
Just tried to use digital ocean's spaces but it failed:
```
s4cmd ls
[Runtime Exception] An error occurred (InvalidAccessKeyId) when calling the ListBuckets operation: The AWS Access Key Id you p…
-
Here is an code example that I have here while trying to connect to Linode's S3 cloud storage service:
```
require 'includes/S3.php';
ini_set("display_errors", "on");
error_reporting(E_ALL);
…
-
Since #1403 the logic of listdir was changed and this is not compatible with standard lib os.listdir. Do you plane do leave it as is or fix this behavior?
Issue occurs since v.1.14.4
thanx