Skip to content

Commit

Permalink
Add image and notification into sub resource list
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <xuanwo@yunify.com>
  • Loading branch information
Xuanwo committed Aug 15, 2017
1 parent e125afe commit 851b5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qingstor/sdk/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ def get_query_signature(self, expires):
def is_sub_resource(self, key):
keys_map = [
"acl", "cors", "delete", "mirror", "part_number", "policy", "stats",
"upload_id", "uploads"
"upload_id", "uploads", "image", "notification"
]
return key in keys_map

0 comments on commit 851b5c7

Please sign in to comment.