jixinchi commented on code in PR #203:
URL: https://github.com/apache/jclouds/pull/203#discussion_r1565116204
##########
apis/filesystem/src/main/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImpl.java:
##########
@@ -691,6 +698,8 @@ public BlobAccess getBlobAccess(String containerName,
String blobName) {
@Override
public void setBlobAccess(String container, String name, BlobAccess access)
{
+ filesystemContainerNameValidator.validate(container);
+ filesystemBlobKeyValidator.validate(name);
Review Comment:
These methods have been applied by the validators. I just added some missing
ones.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]