Skip to content

Fix Presigned URLs extra slash '/' between Hostaname and the ObjectPath for issue #119 #106

Fix Presigned URLs extra slash '/' between Hostaname and the ObjectPath for issue #119

Fix Presigned URLs extra slash '/' between Hostaname and the ObjectPath for issue #119 #106

Workflow file for this run

name: Lint the aws jslib
on:
# Enables running the workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install npm packages
run: npm install
- name: Lint
run: npm run lint