kopia lustrzana https://github.com/gaul/s3proxy
rodzic
9e2c40a1df
commit
2e66fb2efc
|
@ -480,7 +480,8 @@ public final class AzureBlobStore extends BaseBlobStore {
|
||||||
try {
|
try {
|
||||||
client.delete();
|
client.delete();
|
||||||
} catch (BlobStorageException bse) {
|
} catch (BlobStorageException bse) {
|
||||||
if (bse.getErrorCode() != BlobErrorCode.BLOB_NOT_FOUND) {
|
if (bse.getErrorCode() != BlobErrorCode.BLOB_NOT_FOUND &&
|
||||||
|
bse.getErrorCode() != BlobErrorCode.CONTAINER_NOT_FOUND) {
|
||||||
throw bse;
|
throw bse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue