lib/attached/storage/aws.rb in attached-0.2.2 vs lib/attached/storage/aws.rb in attached-0.2.3

- old
+ new

@@ -46,11 +46,11 @@ def host() "https://#{self.bucket}.s3.amazonaws.com/" end - # Save a file to a given path on AWS S3. + # Save a file to a given path. # # Parameters: # # * file - The file to save. # * path - The path to save. @@ -63,10 +63,10 @@ directory.files.create(self.permissions.merge(:body => file, :key => path)) end - # Destroy a file at a given path on AWS S3. + # Destroy a file at a given path. # # Parameters: # # * path - The path to destroy. \ No newline at end of file