Import file from AWS bucket
Open
question
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
I am using cadquery to convert files from STEP to STL.
For this, the files are stored on an AWS server with public-read.
To import, I use the following statement:
```
afile = cq.importers.importStep("https://company_bucket_name.region.amazonaws.com/file.step") # (mock link)
```
The file does exist in the real link, as going to it downloads the file. However, when attempting to import via cadquery, I get:
```
ValueError: STEP File could not be loaded
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.