mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|storage] Fixes Yard tags
This commit is contained in:
parent
21680fb2e0
commit
98e18600b4
2 changed files with 5 additions and 5 deletions
|
@ -7,9 +7,9 @@ module Fog
|
|||
|
||||
# List multipart uploads for a bucket
|
||||
#
|
||||
# @params bucket_name [String] Name of bucket to list multipart uploads for
|
||||
# @params upload_id [String] upload id to list objects for
|
||||
# @params options [Hash] config arguments for list. Defaults to {}.
|
||||
# @param bucket_name [String] Name of bucket to list multipart uploads for
|
||||
# @param upload_id [String] upload id to list objects for
|
||||
# @param options [Hash] config arguments for list. Defaults to {}.
|
||||
# @option options key-marker[String] limits parts to only those that appear lexicographically after this key.
|
||||
# @option options max-uploads [Integer] limits number of uploads returned
|
||||
# @option options upload-id-marker [String] limits uploads to only those that appear lexicographically after this upload id.
|
||||
|
|
|
@ -6,9 +6,9 @@ module Fog
|
|||
# Change bucket policy for an S3 bucket
|
||||
#
|
||||
# @param bucket_name [String] name of bucket to modify
|
||||
# @param policy [Hash] policy document
|
||||
# @param policy [Hash] policy document
|
||||
#
|
||||
# @ee http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html
|
||||
# @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html
|
||||
|
||||
def put_bucket_policy(bucket_name, policy)
|
||||
request({
|
||||
|
|
Loading…
Add table
Reference in a new issue