method
delete_prefixed
v6.0.0 -
Show latest stable
- Class:
ActiveStorage::Service::S3Service
delete_prefixed(prefix)public
No documentation available.
# File activestorage/lib/active_storage/service/s3_service.rb, line 55
def delete_prefixed(prefix)
instrument :delete_prefixed, prefix: prefix do
bucket.objects(prefix: prefix).batch_delete!
end
end