Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rake s3_direct_upload:clean_remote_uploads not working #246

Open
zulhfreelancer opened this issue Apr 2, 2016 · 0 comments
Open

rake s3_direct_upload:clean_remote_uploads not working #246

zulhfreelancer opened this issue Apr 2, 2016 · 0 comments

Comments

@zulhfreelancer
Copy link

After I install fog gem and run rake s3_direct_upload:clean_remote_uploads command, I get this:

screen shot 2016-04-03 at 3 47 45 am

And when I check my S3 bucket, they are not deleted:
screen shot 2016-04-03 at 3 48 03 am

Am I missing something?

This is my Gemfile:

source 'https://rubygems.org'

gem 'rails', '4.0.6'
gem 'pg'
gem 'sass-rails', '~> 4.0.2'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 1.2'
gem 'devise'
gem 'slim'
gem 'jumpup',        '0.0.3'
gem 'jumpup-heroku', '0.0.3'
gem 'paperclip', '~> 4.0'
gem 'bootstrap-sass', '~> 3.1.0'
gem 's3_direct_upload', '0.1.6'
gem 'aws-sdk', '~> 1.0'

# not for uploading file to s3, but for cleaning old uploads on s3
gem 'fog'

group :production do
  gem 'rails_12factor'
end

group :development, :test do
  gem 'rspec-rails', '~> 3.0.0.beta'
  gem 'factory_girl_rails'
  gem 'dotenv-rails'
  gem 'pry-rails'
end

group :test do
  gem 'simplecov'
  gem 'shoulda-matchers'
  gem 'vcr', '2.8.0'
  gem 'webmock', '< 1.16'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant