Home
last modified time | relevance | path

Searched refs:SignedURL (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/www/pomerium/pomerium-0.8.3/internal/urlutil/
H A Dsigned.go14 type SignedURL struct { struct
27 func NewSignedURL(key string, uri *url.URL) *SignedURL {
28 return &SignedURL{uri: *uri, key: key, timeNow: time.Now} // uri is copied
32 func (su *SignedURL) Sign() *url.URL { argument
47 func (su *SignedURL) String() string { argument
56 func (su *SignedURL) Validate() error { argument
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/profiler/google-cloud-go-0.1.0/storage/
H A Dstorage_test.go36 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
64 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
89 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
113 url, err := SignedURL("bucket-name", "object name界", &SignedURLOptions{
182 _, err := SignedURL("bucket", "name", test.opts)
307 g, err := SignedURL("bucket-name", test.name, opts)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/blob/driver/
H A Ddriver.go301 SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string, error) methodSpec
394 func (b *prefixedBucket) SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string… func
395 return b.base.SignedURL(ctx, b.prefix+key, opts)
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/blob/driver/
H A Ddriver.go296 SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string, error) methodSpec
383 func (b *prefixedBucket) SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string… func
384 return b.base.SignedURL(ctx, b.prefix+key, opts)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/blob/driver/
H A Ddriver.go301 SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string, error) methodSpec
394 func (b *prefixedBucket) SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string… func
395 return b.base.SignedURL(ctx, b.prefix+key, opts)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/blob/driver/
H A Ddriver.go301 SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string, error) methodSpec
394 func (b *prefixedBucket) SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string… func
395 return b.base.SignedURL(ctx, b.prefix+key, opts)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/blob/driver/
H A Ddriver.go301 SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string, error) methodSpec
394 func (b *prefixedBucket) SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string… func
395 return b.base.SignedURL(ctx, b.prefix+key, opts)
/dports/www/grafana8/grafana-8.3.6/pkg/components/imguploader/gcs/
H A Dgcsuploader.go137 signedURL, err := client.SignedURL(u.Bucket, key, opts)
204 func (c clientWrapper) SignedURL(bucket, name string, opts *storage.SignedURLOptions) (string, erro… func
205 return storage.SignedURL(bucket, name, opts)
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/cloud.google.com/go/storage/
H A Dstorage_test.go90 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
119 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
145 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
170 url, err := SignedURL("bucket-name", "object name界", &SignedURLOptions{
250 _, err := SignedURL("bucket", "name", test.opts)
339 g, err := SignedURL("bucket-name", test.name, opts)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/storage/
H A Dstorage_test.go91 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
120 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
146 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
171 url, err := SignedURL("bucket-name", "object name界", &SignedURLOptions{
251 _, err := SignedURL("bucket", "name", test.opts)
340 g, err := SignedURL("bucket-name", test.name, opts)
/dports/www/grafana8/grafana-8.3.6/pkg/mocks/mock_gcsifaces/
H A Dmocks.go86 func (m *MockStorageClient) SignedURL(bucket, name string, opts *storage.SignedURLOptions) (string,… func
95 func (mr *MockStorageClientMockRecorder) SignedURL(bucket, name, opts interface{}) *gomock.Call { func
97 …thodType(mr.mock, "SignedURL", reflect.TypeOf((*MockStorageClient)(nil).SignedURL), bucket, name, …
/dports/databases/litestream/google-cloud-go-storage-v1.15.0/internal/generated/snippets/storage/SignedURL/
H A Dmain.go32 url, err := storage.SignedURL("my-bucket", "my-object", &storage.SignedURLOptions{
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/cloud.google.com/go/storage/
H A Dstorage_test.go92 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
121 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
147 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
172 url, err := SignedURL("bucket-name", "object name界", &SignedURLOptions{
252 _, err := SignedURL("bucket", "name", test.opts)
379 g, err := SignedURL("bucket-name", test.name, opts)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/storage/
H A Dstorage_test.go90 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
119 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
145 url, err := SignedURL("bucket-name", "object-name", &SignedURLOptions{
170 url, err := SignedURL("bucket-name", "object name界", &SignedURLOptions{
250 _, err := SignedURL("bucket", "name", test.opts)
339 g, err := SignedURL("bucket-name", test.name, opts)
/dports/www/grafana8/grafana-8.3.6/pkg/ifaces/gcsifaces/
H A Dgcsifaces.go23 SignedURL(bucket, name string, opts *storage.SignedURLOptions) (string, error) methodSpec
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/blob/
H A Dblob_test.go220 func (b *erroringBucket) SignedURL(ctx context.Context, key string, opts *driver.SignedURLOptions) … func
302 _, err = b.SignedURL(ctx, "", nil)
352 if _, err := bucket.SignedURL(ctx, "", nil); err != errClosed {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/blob/
H A Dblob_test.go260 func (b *erroringBucket) SignedURL(ctx context.Context, key string, opts *driver.SignedURLOptions) … func
342 _, err = b.SignedURL(ctx, "", nil)
392 if _, err := bucket.SignedURL(ctx, "", nil); err != errClosed {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/blob/
H A Dblob_test.go260 func (b *erroringBucket) SignedURL(ctx context.Context, key string, opts *driver.SignedURLOptions) … func
342 _, err = b.SignedURL(ctx, "", nil)
392 if _, err := bucket.SignedURL(ctx, "", nil); err != errClosed {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/blob/
H A Dblob_test.go260 func (b *erroringBucket) SignedURL(ctx context.Context, key string, opts *driver.SignedURLOptions) … func
342 _, err = b.SignedURL(ctx, "", nil)
392 if _, err := bucket.SignedURL(ctx, "", nil); err != errClosed {
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/examples/storage/sign_url/
H A Dmain.go102 log.Printf("Signed URL: %s", signed.SignedURL("http"))
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/joyent/triton-go/examples/storage/sign_url/
H A Dmain.go102 log.Printf("Signed URL: %s", signed.SignedURL("http"))
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/storage/
H A Dsigning.go44 func (output *SignURLOutput) SignedURL(scheme string) string { func
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/storage/
H A Dconformance_test.go76 gotURL, err := SignedURL(tc.Bucket, tc.Object, &SignedURLOptions{
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/cache/gcs/
H A Dadapter.go102 generateSignedURL: storage.SignedURL,
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/storage/
H A Dconformance_test.go76 gotURL, err := SignedURL(tc.Bucket, tc.Object, &SignedURLOptions{

12345678910>>...16