mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1238] Help with pom.xml path #661
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#661
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tapanjo92 on GitHub (Feb 3, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1238
Additional Information
Have a pom.xml which has path for the bucket which was mounted via s3fs. Not sure what the path should be
Details about issue
so this is my s3fs mouth path on ec2-ubuntu.

This is the path in pom.xml which I have to mention, not sure which it should be?

Thank You
@gaul commented on GitHub (Feb 3, 2020):
s3fs works like a regular file system. If you mount in /tmp then you should be able to write your webinar into /tmp and thus into S3. However I would choose a different path since the system uses /tmp for other files.
@tapanjo92 commented on GitHub (Feb 3, 2020):
hi,


i have changed my path to recordings.
As you can see below via ps -ef grep
And I have updated the pom.xml file(/home/ubuntu/recordings) as well, but still i am not able to capture the recordings.
@gaul commented on GitHub (Feb 3, 2020):
If you mount wcc-dev-webinar-recordings in /home/ubuntu/recordings/tmp, you must set webinar.recording.path to the same directory. Again, s3fs works just like a regular file system so this should not be any different workflow.
@tapanjo92 commented on GitHub (Feb 3, 2020):
@gaul
When you said 'webinar.recording.path to the same directory', can you please elaborate?
thank you
@gaul commented on GitHub (Feb 3, 2020):
I'm sorry I don't think we can help you with your general IT issues. s3fs works like a regular file system so I suggest experimenting with tools like ls an cp with your s3fs mount before redirecting your maven project.
@tapanjo92 commented on GitHub (Feb 6, 2020):
hi @gaul,

thank you for your help, I did a debug in my tomcat and found this error
But not able to identify the problem
thanks a lot