added pods to ignore
This commit is contained in:
parent
88d57eee64
commit
c2575007e5
113 changed files with 9363 additions and 17226 deletions
|
@ -130,7 +130,7 @@
|
|||
object.bytes = [[[self responseHeaders] objectForKey:@"Content-Length"] intValue];
|
||||
object.contentType = [[self responseHeaders] objectForKey:@"Content-Type"];
|
||||
object.lastModified = [[self responseHeaders] objectForKey:@"Last-Modified"];
|
||||
object.metadata = [[NSMutableDictionary alloc] init];
|
||||
object.metadata = [NSMutableDictionary dictionary];
|
||||
|
||||
for (NSString *key in [[self responseHeaders] keyEnumerator]) {
|
||||
NSRange metaRange = [key rangeOfString:@"X-Object-Meta-"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue