public GoogleCloudStorageObjectConfiguration(string key, GoogleCloudStorageCannedAcl cannedAcl, int maxFileSize)
 {
     _key = key;
     _cannedAcl = cannedAcl;
     _maxFileSize = maxFileSize;
 }
Exemplo n.º 2
0
 public GoogleCloudStorageObjectConfiguration(string key, GoogleCloudStorageCannedAcl cannedAcl, long maxFileSize)
 {
     _key         = key;
     _cannedAcl   = cannedAcl;
     _maxFileSize = maxFileSize;
 }