issues Search Results · repo:carrierwaveuploader/carrierwave-aws language:Ruby
Filter by
120 results
(59 ms)120 results
incarrierwaveuploader/carrierwave-aws (press backspace or delete to remove)Hi
We have a scenario that we need to serve uploaded images as public URL. With our current S3 bucket ACL setting, we
couldn t use the aws_acl configuration option. However, when I read the code here: ...
peterpengnz
- Opened on Nov 10, 2024
- #181
Hello.
A common way to load CarrierWave config is from yml file using Rails.application.config_for method. This method returns
object of class ActiveSupport::OrderedOptions which behaves similar to OpenStruct ...
kapcod
- Opened on Apr 2, 2024
- #180
tl;dr: When a file initially exists and that is updated, any versions with overridden full_filename will not make it out
of the temp directory
My code looks like this:
class LogoUploader CarrierWave::Uploader::Base ...
toby-brilliant
- 1
- Opened on Nov 14, 2023
- #178
Support for path_style OFFICIALLY for the s3 hosts with a flag for MinIO, DigitalOceanSpaces, and other software that
support S3 API but not the default S3 virtualhost bucket names in the URL
https://github.com/fog/fog-aws/blob/b073ba81288af57bcce9144bdec4a77f5c6317b4/lib/fog/aws/storage.rb#L330 ...
mldev94
- 2
- Opened on Sep 8, 2023
- #177
CarrierWave 3.0 is officially GA now, so I suppose this gem is also ready for the next release (maybe 1.6.0?).
Do you have plans to do it?
Thanks!
issei-m
- 2
- Opened on Jul 18, 2023
- #176
We would like to turn on Block public access setting for our AWS S3 bucket (it is also recommended by AWS) and serve all
our files through CloudFront. The problem is that if this is turned on, then Carrierwave ...
tdxius
- Opened on Mar 27, 2023
- #175
Hello,
I have experiencing an issue uploading pdf files when sometimes (especially when the file is bigger than 1MB) the
content type header is incorrectly set with binary/octet-stream header instead ...
romarioliveira25
- 5
- Opened on Dec 28, 2022
- #173
This is my configuration:
CarrierWave.configure do |config|
config.storage = :aws
config.aws_bucket = Settings.aws.s3.bucket_name # for AWS-side bucket access permissions config, see section ...
khataev
- 2
- Opened on Dec 11, 2021
- #172
I have default settings from gem readme. My uploader looks like
module Uploaders
module TaxBaseCalculation
class Xlsx CarrierWave::Uploader::Base
storage :aws
def store_dir
...
khataev
- 1
- Opened on Feb 23, 2021
- #170
[sorry for querying here]
I ve been searching for some confirmation regarding applicability of carrierwave-aws with DO Spaces. Given DO uses AWS
underneath, it is a pretty valid assumption, but an assumption ...
dvodvo
- 1
- Opened on Jan 26, 2021
- #168

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.