method

object_for

object_for(key)
private

No documentation available.

# File activestorage/lib/active_storage/service/s3_service.rb, line 95
      def object_for(key)
        bucket.object(key)
      end