-
Notifications
You must be signed in to change notification settings - Fork 41
createContainer doesn't return accurate container object. #24
Open
Description
var makeContainer = new (cloudfiles.Container)(cloudClient, { name: tgtContainer, cdnEnabled: true, ttl: 31556926, logRetention: false }); cloudClient.createContainer(makeContainer, function (err, newContainer) { });
if the container already exists, and contains files, the 'count' and 'bytes' property of the returned container are not properly populated. They always reads '0'. Also, logRetention remains true,
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.