Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Lib
cloud
azure
OS Core Lib Azure
Commits
11ce11c5
Commit
11ce11c5
authored
Nov 25, 2020
by
Kishore Battula
Browse files
Merge branch 'blob-store-provider' into container-sas-url
parents
4044365b
1a7b7d60
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/opengroup/osdu/azure/blobstorage/BlobStore.java
View file @
11ce11c5
...
...
@@ -26,8 +26,6 @@ import com.azure.storage.blob.sas.BlobServiceSasSignatureValues;
import
com.azure.storage.blob.specialized.BlockBlobClient
;
import
org.opengroup.osdu.core.common.logging.ILogger
;
import
org.opengroup.osdu.core.common.model.http.AppException
;
import
org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
;
import
org.springframework.stereotype.Component
;
import
java.io.ByteArrayInputStream
;
import
java.io.ByteArrayOutputStream
;
...
...
@@ -79,9 +77,6 @@ import java.util.Collections;
* }
* </pre>
*/
@Component
@ConditionalOnProperty
(
value
=
"azure.blobStore.required"
,
havingValue
=
"true"
,
matchIfMissing
=
false
)
public
class
BlobStore
{
private
IBlobServiceClientFactory
blobServiceClientFactory
;
private
ILogger
logger
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment