A RemoteArchive is a file-based archive fetched from a remote
location. The URI's scheme dictates the protocol for fetching the archive's
contents: file:// is a local file (just like a FileArchive),
http:// and https:// specify HTTP and HTTPS, respectively, and specific
providers may recognize custom schemes.
Returns true if the given object is an Archive. This is designed
to work even when multiple copies of the Pulumi SDK have been loaded into
the same process.
A RemoteArchive is a file-based archive fetched from a remote location. The URI's scheme dictates the protocol for fetching the archive's contents:
file://
is a local file (just like a FileArchive),http://
andhttps://
specify HTTP and HTTPS, respectively, and specific providers may recognize custom schemes.