Package apoc.util.s3
Class S3URLConnection
java.lang.Object
java.net.URLConnection
apoc.util.s3.S3URLConnection
-
Field Summary
FieldsFields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.amazonaws.ClientConfigurationvoidconnect()static StreamConnectionopenS3InputStream(URL url) Methods inherited from class java.net.URLConnection
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentLengthLong, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString
-
Field Details
-
PROP_S3_HANDLER_USER_AGENT
- See Also:
-
PROP_S3_HANDLER_PROTOCOL
- See Also:
-
PROP_S3_HANDLER_SIGNER_OVERRIDE
- See Also:
-
-
Constructor Details
-
S3URLConnection
-
-
Method Details
-
connect
public void connect()- Specified by:
connectin classURLConnection
-
buildClientConfig
public static com.amazonaws.ClientConfiguration buildClientConfig() -
openS3InputStream
-